Html Css Color HEX #D09054 Whiskey Sour

📋 copy color: '#D09054'

red 208 ◦ green 144 ◦ blue 84

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

Shades of Whiskey Sour #D09054

Tints of Whiskey Sour #D09054

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.03%

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

R = 47.71%
G = 33.03%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D09054 (or 0xD09054) is known color: Whiskey Sour. HEX triplet: D0, 90 and 54. RGB value is (208,144,84). Sum of RGB (Red+Green+Blue) = 208+144+84=436 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.71% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 84 (33.20% from 255 or 19.27% from 436); Max value from RGB is 208 - color contains mainly: red. Hex color #D09054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09054 is #2F6FAB. Grayscale: #9C9C9C. Windows color (decimal): -3108780 or 5542096. OLE color: 5542096.

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

Color convert

RGB 208 144 84 -
CMYK 0 0.31 0.60 0.18
HSL 29.03º 0.57% 0.57% -
HSV(B) 29.03º 0.6% 0.82% -
XYZ 37.59 34 12.97 -
YUV 156.3 87.2 164.88 -
System Red Green Blue C M Y K H S L
Decimal 208 144 84 0 0.31 0.60 0.18 29.03 0.57 0.57
Hex D0 90 54 0 1F 3C 12 1D 39 39
Octal 320 220 124 0 37 74 22 35 71 71
Binary 11010000 10010000 1010100 0 11111 111100 10010 11101 111001 111001

Color Harmonies of #D09054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09054

Black with #D09054

Text Example


Text Example

White with #D09054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09054; }

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

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

background-color css

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

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

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

border-color css

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

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

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