Html Css Color HEX #D09164 Whiskey

📋 copy color: '#D09164'

red 208 ◦ green 145 ◦ blue 100

#D09164
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey #D09164

Tints of Whiskey #D09164

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 value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D09164 (or 0xD09164) is known color: 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

RGB 208 145 100 -
CMYK 0 0.30 0.52 0.18
HSL 25º 0.53% 0.6% -
HSV(B) 25º 0.52% 0.82% -
XYZ 38.44 34.58 16.71 -
YUV 158.71 94.87 163.16 -
System Red Green Blue C M Y K H S L
Decimal 208 145 100 0 0.30 0.52 0.18 25 0.53 0.6
Hex D0 91 64 0 1E 34 12 19 35 3C
Octal 320 221 144 0 36 64 22 31 65 74
Binary 11010000 10010001 1100100 0 11110 110100 10010 11001 110101 111100

Color Harmonies of #D09164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09164

Black with #D09164

Text Example


Text Example

White with #D09164

Text Example


Text Example

HTML Codes & Css Web 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>