Html Css Color HEX #D09564 Whiskey

📋 copy color: '#D09564'

red 208 ◦ green 149 ◦ blue 100

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

Shades of Whiskey #D09564

Tints of Whiskey #D09564

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.6%

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

R = 45.51%
G = 32.6%
B = 21.88%

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

#D09564 (or 0xD09564) is known color: Whiskey. HEX triplet: D0, 95 and 64. RGB value is (208,149,100). Sum of RGB (Red+Green+Blue) = 208+149+100=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 100 (39.45% from 255 or 21.88% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D09564 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09564 is #2F6A9B. Grayscale: #A1A1A1. Windows color (decimal): -3107484 or 6591952. OLE color: 6591952.

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

Color convert

RGB 208 149 100 -
CMYK 0 0.28 0.52 0.18
HSL 27.22º 0.53% 0.6% -
HSV(B) 27.22º 0.52% 0.82% -
XYZ 39.06 35.82 16.91 -
YUV 161.06 93.55 161.48 -
System Red Green Blue C M Y K H S L
Decimal 208 149 100 0 0.28 0.52 0.18 27.22 0.53 0.6
Hex D0 95 64 0 1C 34 12 1B 35 3C
Octal 320 225 144 0 34 64 22 33 65 74
Binary 11010000 10010101 1100100 0 11100 110100 10010 11011 110101 111100

Color Harmonies of #D09564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09564

Black with #D09564

Text Example


Text Example

White with #D09564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09564; }

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

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

background-color css

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

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

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

border-color css

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

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

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