Html Css Color HEX #D09966 Whiskey

📋 copy color: '#D09966'

red 208 ◦ green 153 ◦ blue 102

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

Shades of Whiskey #D09966

Tints of Whiskey #D09966

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.05%

 BLUE value IS 102 (40.23% from 255) = 22.03%

R = 44.92%
G = 33.05%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#D09966 (or 0xD09966) is known color: Whiskey. HEX triplet: D0, 99 and 66. RGB value is (208,153,102). Sum of RGB (Red+Green+Blue) = 208+153+102=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 153 (60.16% from 255 or 33.05% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D09966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09966 is #2F6699. Grayscale: #A3A3A3. Windows color (decimal): -3106458 or 6724048. OLE color: 6724048.

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

Color convert

RGB 208 153 102 -
CMYK 0 0.26 0.51 0.18
HSL 28.87º 0.53% 0.61% -
HSV(B) 28.87º 0.51% 0.82% -
XYZ 39.8 37.15 17.64 -
YUV 163.63 93.22 159.65 -
System Red Green Blue C M Y K H S L
Decimal 208 153 102 0 0.26 0.51 0.18 28.87 0.53 0.61
Hex D0 99 66 0 1A 33 12 1D 35 3D
Octal 320 231 146 0 32 63 22 35 65 75
Binary 11010000 10011001 1100110 0 11010 110011 10010 11101 110101 111101

Color Harmonies of #D09966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09966

Black with #D09966

Text Example


Text Example

White with #D09966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09966; }

 p { color: rgb(208,153,102); }

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

background-color css

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

 a { background-color: rgb(208,153,102); }

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

border-color css

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

 span { border-color: rgb(208,153,102); }

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