Html Css Color HEX #D09664 Whiskey

📋 copy color: '#D09664'

red 208 ◦ green 150 ◦ blue 100

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

Shades of Whiskey #D09664

Tints of Whiskey #D09664

RGB

 RED value IS 208 (81.64% from 255) = 45.41%

 GREEN value IS 150 (58.98% from 255) = 32.75%

 BLUE value IS 100 (39.45% from 255) = 21.83%

R = 45.41%
G = 32.75%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D09664 (or 0xD09664) is known color: Whiskey. HEX triplet: D0, 96 and 64. RGB value is (208,150,100). Sum of RGB (Red+Green+Blue) = 208+150+100=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D09664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09664 is #2F699B. Grayscale: #A1A1A1. Windows color (decimal): -3107228 or 6592208. OLE color: 6592208.

HSL color Cylindrical-coordinate representation of color #D09664: hue angle of 27.78º 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 #D09664 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 150 100 -
CMYK 0 0.28 0.52 0.18
HSL 27.78º 0.53% 0.6% -
HSV(B) 27.78º 0.52% 0.82% -
XYZ 39.22 36.14 16.97 -
YUV 161.64 93.22 161.07 -
System Red Green Blue C M Y K H S L
Decimal 208 150 100 0 0.28 0.52 0.18 27.78 0.53 0.6
Hex D0 96 64 0 1C 34 12 1C 35 3C
Octal 320 226 144 0 34 64 22 34 65 74
Binary 11010000 10010110 1100100 0 11100 110100 10010 11100 110101 111100

Color Harmonies of #D09664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09664

Black with #D09664

Text Example


Text Example

White with #D09664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09664; }

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

 H1.HeaderClassName
 {
   color: #D09664;
 }
 .AnyTagClassName
 {
   color: #D09664;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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