Html Css Color HEX #D09864 Whiskey

📋 copy color: '#D09864'

red 208 ◦ green 152 ◦ blue 100

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

Shades of Whiskey #D09864

Tints of Whiskey #D09864

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.04%

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

R = 45.22%
G = 33.04%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#D09864 (or 0xD09864) is known color: Whiskey. HEX triplet: D0, 98 and 64. RGB value is (208,152,100). Sum of RGB (Red+Green+Blue) = 208+152+100=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 100 (39.45% from 255 or 21.74% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D09864 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09864 is #2F679B. Grayscale: #A3A3A3. Windows color (decimal): -3106716 or 6592720. OLE color: 6592720.

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

Color convert

RGB 208 152 100 -
CMYK 0 0.27 0.52 0.18
HSL 28.89º 0.53% 0.6% -
HSV(B) 28.89º 0.52% 0.82% -
XYZ 39.54 36.79 17.07 -
YUV 162.82 92.55 160.23 -
System Red Green Blue C M Y K H S L
Decimal 208 152 100 0 0.27 0.52 0.18 28.89 0.53 0.6
Hex D0 98 64 0 1B 34 12 1D 35 3C
Octal 320 230 144 0 33 64 22 35 65 74
Binary 11010000 10011000 1100100 0 11011 110100 10010 11101 110101 111100

Color Harmonies of #D09864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09864

Black with #D09864

Text Example


Text Example

White with #D09864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09864; }

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

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

background-color css

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

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

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

border-color css

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

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

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