Html Css Color HEX #D08C5A Whiskey Sour

📋 copy color: '#D08C5A'

red 208 ◦ green 140 ◦ blue 90

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

Shades of Whiskey Sour #D08C5A

Tints of Whiskey Sour #D08C5A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.96%

 BLUE value IS 90 (35.55% from 255) = 20.55%

R = 47.49%
G = 31.96%
B = 20.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.18

RGB Variations

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

Color information

#D08C5A (or 0xD08C5A) is known color: Whiskey Sour. HEX triplet: D0, 8C and 5A. RGB value is (208,140,90). Sum of RGB (Red+Green+Blue) = 208+140+90=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08C5A is #2F73A5. Grayscale: #9A9A9A. Windows color (decimal): -3109798 or 5934288. OLE color: 5934288.

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

Color convert

RGB 208 140 90 -
CMYK 0 0.33 0.57 0.18
HSL 25.42º 0.56% 0.58% -
HSV(B) 25.42º 0.57% 0.82% -
XYZ 37.24 32.9 14.06 -
YUV 154.63 91.53 166.07 -
System Red Green Blue C M Y K H S L
Decimal 208 140 90 0 0.33 0.57 0.18 25.42 0.56 0.58
Hex D0 8C 5A 0 21 39 12 19 38 3A
Octal 320 214 132 0 41 71 22 31 70 72
Binary 11010000 10001100 1011010 0 100001 111001 10010 11001 111000 111010

Color Harmonies of #D08C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08C5A

Black with #D08C5A

Text Example


Text Example

White with #D08C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08C5A; }

 p { color: rgb(208,140,90); }

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

background-color css

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

 a { background-color: rgb(208,140,90); }

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

border-color css

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

 span { border-color: rgb(208,140,90); }

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