Html Css Color HEX #D09A5E Whiskey Sour

📋 copy color: '#D09A5E'

red 208 ◦ green 154 ◦ blue 94

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

Shades of Whiskey Sour #D09A5E

Tints of Whiskey Sour #D09A5E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.77%

 BLUE value IS 94 (37.11% from 255) = 20.61%

R = 45.61%
G = 33.77%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D09A5E (or 0xD09A5E) is known color: Whiskey Sour. HEX triplet: D0, 9A and 5E. RGB value is (208,154,94). Sum of RGB (Red+Green+Blue) = 208+154+94=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 154 (60.55% from 255 or 33.77% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D09A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09A5E is #2F65A1. Grayscale: #A3A3A3. Windows color (decimal): -3106210 or 6200016. OLE color: 6200016.

HSL color Cylindrical-coordinate representation of color #D09A5E: hue angle of 31.58º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D09A5E is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 154 94 -
CMYK 0 0.26 0.55 0.18
HSL 31.58º 0.55% 0.59% -
HSV(B) 31.58º 0.55% 0.82% -
XYZ 39.59 37.33 15.71 -
YUV 163.31 88.89 159.88 -
System Red Green Blue C M Y K H S L
Decimal 208 154 94 0 0.26 0.55 0.18 31.58 0.55 0.59
Hex D0 9A 5E 0 1A 37 12 20 37 3B
Octal 320 232 136 0 32 67 22 40 67 73
Binary 11010000 10011010 1011110 0 11010 110111 10010 100000 110111 111011

Color Harmonies of #D09A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09A5E

Black with #D09A5E

Text Example


Text Example

White with #D09A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09A5E; }

 p { color: rgb(208,154,94); }

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

background-color css

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

 a { background-color: rgb(208,154,94); }

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

border-color css

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

 span { border-color: rgb(208,154,94); }

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