Html Css Color HEX #D09C5E Whiskey Sour

📋 copy color: '#D09C5E'

red 208 ◦ green 156 ◦ blue 94

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

Shades of Whiskey Sour #D09C5E

Tints of Whiskey Sour #D09C5E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.06%

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

R = 45.41%
G = 34.06%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D09C5E (or 0xD09C5E) is known color: Whiskey Sour. HEX triplet: D0, 9C and 5E. RGB value is (208,156,94). Sum of RGB (Red+Green+Blue) = 208+156+94=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 94 (37.11% from 255 or 20.52% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09C5E is #2F63A1. Grayscale: #A4A4A4. Windows color (decimal): -3105698 or 6200528. OLE color: 6200528.

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

Color convert

RGB 208 156 94 -
CMYK 0 0.25 0.55 0.18
HSL 32.63º 0.55% 0.59% -
HSV(B) 32.63º 0.55% 0.82% -
XYZ 39.92 37.99 15.82 -
YUV 164.48 88.23 159.04 -
System Red Green Blue C M Y K H S L
Decimal 208 156 94 0 0.25 0.55 0.18 32.63 0.55 0.59
Hex D0 9C 5E 0 19 37 12 21 37 3B
Octal 320 234 136 0 31 67 22 41 67 73
Binary 11010000 10011100 1011110 0 11001 110111 10010 100001 110111 111011

Color Harmonies of #D09C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09C5E

Black with #D09C5E

Text Example


Text Example

White with #D09C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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