Html Css Color HEX #D09655 Whiskey Sour

📋 copy color: '#D09655'

red 208 ◦ green 150 ◦ blue 85

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

Shades of Whiskey Sour #D09655

Tints of Whiskey Sour #D09655

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.86%

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

R = 46.95%
G = 33.86%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D09655 (or 0xD09655) is known color: Whiskey Sour. HEX triplet: D0, 96 and 55. RGB value is (208,150,85). Sum of RGB (Red+Green+Blue) = 208+150+85=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 85 (33.59% from 255 or 19.19% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D09655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09655 is #2F69AA. Grayscale: #A0A0A0. Windows color (decimal): -3107243 or 5609168. OLE color: 5609168.

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

Color convert

RGB 208 150 85 -
CMYK 0 0.28 0.59 0.18
HSL 31.71º 0.57% 0.57% -
HSV(B) 31.71º 0.59% 0.82% -
XYZ 38.56 35.88 13.49 -
YUV 159.93 85.72 162.29 -
System Red Green Blue C M Y K H S L
Decimal 208 150 85 0 0.28 0.59 0.18 31.71 0.57 0.57
Hex D0 96 55 0 1C 3B 12 20 39 39
Octal 320 226 125 0 34 73 22 40 71 71
Binary 11010000 10010110 1010101 0 11100 111011 10010 100000 111001 111001

Color Harmonies of #D09655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09655

Black with #D09655

Text Example


Text Example

White with #D09655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09655; }

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

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

background-color css

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

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

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

border-color css

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

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

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