Html Css Color HEX #D08655 Whiskey Sour

📋 copy color: '#D08655'

red 208 ◦ green 134 ◦ blue 85

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

Shades of Whiskey Sour #D08655

Tints of Whiskey Sour #D08655

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.38%

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

R = 48.71%
G = 31.38%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D08655 (or 0xD08655) is known color: Whiskey Sour. HEX triplet: D0, 86 and 55. RGB value is (208,134,85). Sum of RGB (Red+Green+Blue) = 208+134+85=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D08655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08655 is #2F79AA. Grayscale: #969696. Windows color (decimal): -3111339 or 5605072. OLE color: 5605072.

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

Color convert

RGB 208 134 85 -
CMYK 0 0.36 0.59 0.18
HSL 23.9º 0.57% 0.57% -
HSV(B) 23.9º 0.59% 0.82% -
XYZ 36.18 31.12 12.69 -
YUV 150.54 91.02 168.98 -
System Red Green Blue C M Y K H S L
Decimal 208 134 85 0 0.36 0.59 0.18 23.9 0.57 0.57
Hex D0 86 55 0 24 3B 12 18 39 39
Octal 320 206 125 0 44 73 22 30 71 71
Binary 11010000 10000110 1010101 0 100100 111011 10010 11000 111001 111001

Color Harmonies of #D08655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08655

Black with #D08655

Text Example


Text Example

White with #D08655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08655; }

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

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

background-color css

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

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

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

border-color css

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

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

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