Html Css Color HEX #D09964 Whiskey

📋 copy color: '#D09964'

red 208 ◦ green 153 ◦ blue 100

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

Shades of Whiskey #D09964

Tints of Whiskey #D09964

RGB

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

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

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

R = 45.12%
G = 33.19%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D09964 (or 0xD09964) is known color: Whiskey. HEX triplet: D0, 99 and 64. RGB value is (208,153,100). Sum of RGB (Red+Green+Blue) = 208+153+100=461 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.12% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 100 (39.45% from 255 or 21.69% from 461); Max value from RGB is 208 - color contains mainly: red. Hex color #D09964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09964 is #2F669B. Grayscale: #A3A3A3. Windows color (decimal): -3106460 or 6592976. OLE color: 6592976.

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

Color convert

RGB 208 153 100 -
CMYK 0 0.26 0.52 0.18
HSL 29.44º 0.53% 0.6% -
HSV(B) 29.44º 0.52% 0.82% -
XYZ 39.7 37.11 17.13 -
YUV 163.4 92.22 159.81 -
System Red Green Blue C M Y K H S L
Decimal 208 153 100 0 0.26 0.52 0.18 29.44 0.53 0.6
Hex D0 99 64 0 1A 34 12 1D 35 3C
Octal 320 231 144 0 32 64 22 35 65 74
Binary 11010000 10011001 1100100 0 11010 110100 10010 11101 110101 111100

Color Harmonies of #D09964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09964

Black with #D09964

Text Example


Text Example

White with #D09964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09964; }

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

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

background-color css

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

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

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

border-color css

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

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

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