#D9946A

Color #D9946A Whiskey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey #D9946A

Tints of Whiskey #D9946A

Color information

#D9946A (or 0xD9946A) is unknown color: approx Whiskey. HEX triplet: D9, 94 and 6A. RGB value is (217,148,106). Sum of RGB (Red+Green+Blue) = 217+148+106=471 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.07% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 217 - color contains mainly: red. Hex color #D9946A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9946A is #266B95. Grayscale: #A4A4A4. Windows color (decimal): -2517910 or 6984921. OLE color: 6984921.

HSL color Cylindrical-coordinate representation of color #D9946A: hue angle of 22.7º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D9946A is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB217148106-
CMYK00.320.510.15
HSL22.7º59.36%63.33%-
HSV(B)22.7º51.15%85.1%-
XYZ41.8136.9718.57-
YUV163.8495.36165.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 46.07%
GREEN value IS 148 (58.20% from 255) = 31.42%
BLUE value IS 106 (41.80% from 255) = 22.51%
R=46.07%
G=31.42%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714810600.320.510.1522.759.3663.33
HexD9946A02033F173b3f
Octal3312241520406317277377
Binary110110011001010011010100100000110011111110111111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9946A; }

 p { color: rgb(217,148,106); }

 H1.HeaderClassName
 {
   color: #D9946A;
 }
 .AnyTagClassName
 {
   color: #D9946A;
 }
</style>
background-color css

<style>
 a { background-color: #D9946A; }

 a { background-color: rgb(217,148,106); }

 div.DivClassName
 {
   background-color: #D9946A;
 }
 .BgClassName
 {
   background-color: #D9946A;
 }
</style>
border-color css

<style>
 span { border-color: #D9946A; }

 span { border-color: rgb(217,148,106); }

 td.TdClassName
 {
   border-color: #D9946A;
 }
 .TagClassName
 {
   border-color: #D9946A;
 }
</style>