Html Css Color HEX #D08653 Whiskey Sour

📋 copy color: '#D08653'

red 208 ◦ green 134 ◦ blue 83

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

Shades of Whiskey Sour #D08653

Tints of Whiskey Sour #D08653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.53%

R = 48.94%
G = 31.53%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D08653 (or 0xD08653) is known color: Whiskey Sour. HEX triplet: D0, 86 and 53. RGB value is (208,134,83). Sum of RGB (Red+Green+Blue) = 208+134+83=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 83 (32.81% from 255 or 19.53% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D08653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08653 is #2F79AC. Grayscale: #969696. Windows color (decimal): -3111341 or 5474000. OLE color: 5474000.

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

Color convert

RGB 208 134 83 -
CMYK 0 0.36 0.60 0.18
HSL 24.48º 0.57% 0.57% -
HSV(B) 24.48º 0.6% 0.82% -
XYZ 36.1 31.08 12.28 -
YUV 150.31 90.02 169.15 -
System Red Green Blue C M Y K H S L
Decimal 208 134 83 0 0.36 0.60 0.18 24.48 0.57 0.57
Hex D0 86 53 0 24 3C 12 18 39 39
Octal 320 206 123 0 44 74 22 30 71 71
Binary 11010000 10000110 1010011 0 100100 111100 10010 11000 111001 111001

Color Harmonies of #D08653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08653

Black with #D08653

Text Example


Text Example

White with #D08653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08653; }

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

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

background-color css

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

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

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

border-color css

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

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

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