Html Css Color HEX #D08656 Whiskey Sour

📋 copy color: '#D08656'

red 208 ◦ green 134 ◦ blue 86

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

Shades of Whiskey Sour #D08656

Tints of Whiskey Sour #D08656

RGB

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

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

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

R = 48.6%
G = 31.31%
B = 20.09%

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

#D08656 (or 0xD08656) is known color: Whiskey Sour. HEX triplet: D0, 86 and 56. RGB value is (208,134,86). Sum of RGB (Red+Green+Blue) = 208+134+86=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 134 (52.73% from 255 or 31.31% from 428); Blue value is 86 (33.98% from 255 or 20.09% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D08656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08656 is #2F79A9. Grayscale: #969696. Windows color (decimal): -3111338 or 5670608. OLE color: 5670608.

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

Color convert

RGB 208 134 86 -
CMYK 0 0.36 0.59 0.18
HSL 23.61º 0.56% 0.58% -
HSV(B) 23.61º 0.59% 0.82% -
XYZ 36.22 31.13 12.9 -
YUV 150.65 91.52 168.9 -
System Red Green Blue C M Y K H S L
Decimal 208 134 86 0 0.36 0.59 0.18 23.61 0.56 0.58
Hex D0 86 56 0 24 3B 12 18 38 3A
Octal 320 206 126 0 44 73 22 30 70 72
Binary 11010000 10000110 1010110 0 100100 111011 10010 11000 111000 111010

Color Harmonies of #D08656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08656

Black with #D08656

Text Example


Text Example

White with #D08656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08656; }

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

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

background-color css

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

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

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

border-color css

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

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

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