Html Css Color HEX #D09C5F Whiskey Sour

📋 copy color: '#D09C5F'

red 208 ◦ green 156 ◦ blue 95

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

Shades of Whiskey Sour #D09C5F

Tints of Whiskey Sour #D09C5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.7%

R = 45.32%
G = 33.99%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D09C5F (or 0xD09C5F) is known color: Whiskey Sour. HEX triplet: D0, 9C and 5F. RGB value is (208,156,95). Sum of RGB (Red+Green+Blue) = 208+156+95=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 95 (37.5% from 255 or 20.70% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D09C5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09C5F is #2F63A0. Grayscale: #A4A4A4. Windows color (decimal): -3105697 or 6266064. OLE color: 6266064.

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

Color convert

RGB 208 156 95 -
CMYK 0 0.25 0.54 0.18
HSL 32.39º 0.55% 0.59% -
HSV(B) 32.39º 0.54% 0.82% -
XYZ 39.97 38.01 16.06 -
YUV 164.59 88.73 158.96 -
System Red Green Blue C M Y K H S L
Decimal 208 156 95 0 0.25 0.54 0.18 32.39 0.55 0.59
Hex D0 9C 5F 0 19 36 12 20 37 3B
Octal 320 234 137 0 31 66 22 40 67 73
Binary 11010000 10011100 1011111 0 11001 110110 10010 100000 110111 111011

Color Harmonies of #D09C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09C5F

Black with #D09C5F

Text Example


Text Example

White with #D09C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09C5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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