#D09164

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

Shades of Whiskey #D09164

Tints of Whiskey #D09164

Color information

#D09164 (or 0xD09164) is unknown color: approx Whiskey. HEX triplet: D0, 91 and 64. RGB value is (208,145,100). Sum of RGB (Red+Green+Blue) = 208+145+100=453 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.92% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 100 (39.45% from 255 or 22.08% from 453); Max value from RGB is 208 - color contains mainly: red. Hex color #D09164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09164 is #2F6E9B. Grayscale: #9E9E9E. Windows color (decimal): -3108508 or 6590928. OLE color: 6590928.

HSL color Cylindrical-coordinate representation of color #D09164: hue angle of 25º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D09164 is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB208145100-
CMYK00.300.520.18
HSL25º53.47%60.39%-
HSV(B)25º51.92%81.57%-
XYZ38.4434.5816.71-
YUV158.7194.87163.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.92%
GREEN value IS 145 (57.03% from 255) = 32.01%
BLUE value IS 100 (39.45% from 255) = 22.08%
R=45.92%
G=32.01%
B=22.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814510000.300.520.182553.4760.39
HexD0916401E341219353c
Octal3202211440366422316574
Binary110100001001000111001000111101101001001011001110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09164; }

 p { color: rgb(208,145,100); }

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

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

 a { background-color: rgb(208,145,100); }

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

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

 span { border-color: rgb(208,145,100); }

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