Html Css Color HEX #D09154 Whiskey Sour

📋 copy color: '#D09154'

red 208 ◦ green 145 ◦ blue 84

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

Shades of Whiskey Sour #D09154

Tints of Whiskey Sour #D09154

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.18%

 BLUE value IS 84 (33.2% from 255) = 19.22%

R = 47.6%
G = 33.18%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D09154 (or 0xD09154) is known color: Whiskey Sour. HEX triplet: D0, 91 and 54. RGB value is (208,145,84). Sum of RGB (Red+Green+Blue) = 208+145+84=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 84 (33.20% from 255 or 19.22% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D09154 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09154 is #2F6EAB. Grayscale: #9D9D9D. Windows color (decimal): -3108524 or 5542352. OLE color: 5542352.

HSL color Cylindrical-coordinate representation of color #D09154: hue angle of 29.52º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D09154 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 145 84 -
CMYK 0 0.30 0.60 0.18
HSL 29.52º 0.57% 0.57% -
HSV(B) 29.52º 0.6% 0.82% -
XYZ 37.74 34.3 13.02 -
YUV 156.88 86.87 164.46 -
System Red Green Blue C M Y K H S L
Decimal 208 145 84 0 0.30 0.60 0.18 29.52 0.57 0.57
Hex D0 91 54 0 1E 3C 12 1E 39 39
Octal 320 221 124 0 36 74 22 36 71 71
Binary 11010000 10010001 1010100 0 11110 111100 10010 11110 111001 111001

Color Harmonies of #D09154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09154

Black with #D09154

Text Example


Text Example

White with #D09154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09154; }

 p { color: rgb(208,145,84); }

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

background-color css

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

 a { background-color: rgb(208,145,84); }

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

border-color css

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

 span { border-color: rgb(208,145,84); }

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