Html Css Color HEX #D08C56 Whiskey Sour

📋 copy color: '#D08C56'

red 208 ◦ green 140 ◦ blue 86

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

Shades of Whiskey Sour #D08C56

Tints of Whiskey Sour #D08C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.82%

R = 47.93%
G = 32.26%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D08C56 (or 0xD08C56) is known color: Whiskey Sour. HEX triplet: D0, 8C and 56. RGB value is (208,140,86). Sum of RGB (Red+Green+Blue) = 208+140+86=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D08C56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08C56 is #2F73A9. Grayscale: #9A9A9A. Windows color (decimal): -3109802 or 5672144. OLE color: 5672144.

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

Color convert

RGB 208 140 86 -
CMYK 0 0.33 0.59 0.18
HSL 26.56º 0.56% 0.58% -
HSV(B) 26.56º 0.59% 0.82% -
XYZ 37.07 32.84 13.19 -
YUV 154.18 89.53 166.39 -
System Red Green Blue C M Y K H S L
Decimal 208 140 86 0 0.33 0.59 0.18 26.56 0.56 0.58
Hex D0 8C 56 0 21 3B 12 1B 38 3A
Octal 320 214 126 0 41 73 22 33 70 72
Binary 11010000 10001100 1010110 0 100001 111011 10010 11011 111000 111010

Color Harmonies of #D08C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08C56

Black with #D08C56

Text Example


Text Example

White with #D08C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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