Html Css Color HEX #D08D55 Whiskey Sour

📋 copy color: '#D08D55'

red 208 ◦ green 141 ◦ blue 85

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

Shades of Whiskey Sour #D08D55

Tints of Whiskey Sour #D08D55

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.49%

 BLUE value IS 85 (33.59% from 255) = 19.59%

R = 47.93%
G = 32.49%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D08D55 (or 0xD08D55) is known color: Whiskey Sour. HEX triplet: D0, 8D and 55. RGB value is (208,141,85). Sum of RGB (Red+Green+Blue) = 208+141+85=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 85 (33.59% from 255 or 19.59% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D08D55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08D55 is #2F72AA. Grayscale: #9A9A9A. Windows color (decimal): -3109547 or 5606864. OLE color: 5606864.

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

Color convert

RGB 208 141 85 -
CMYK 0 0.32 0.59 0.18
HSL 27.32º 0.57% 0.57% -
HSV(B) 27.32º 0.59% 0.82% -
XYZ 37.18 33.12 13.03 -
YUV 154.65 88.7 166.05 -
System Red Green Blue C M Y K H S L
Decimal 208 141 85 0 0.32 0.59 0.18 27.32 0.57 0.57
Hex D0 8D 55 0 20 3B 12 1B 39 39
Octal 320 215 125 0 40 73 22 33 71 71
Binary 11010000 10001101 1010101 0 100000 111011 10010 11011 111001 111001

Color Harmonies of #D08D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08D55

Black with #D08D55

Text Example


Text Example

White with #D08D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08D55; }

 p { color: rgb(208,141,85); }

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

background-color css

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

 a { background-color: rgb(208,141,85); }

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

border-color css

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

 span { border-color: rgb(208,141,85); }

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