Html Css Color HEX #D09660 Whiskey Sour

📋 copy color: '#D09660'

red 208 ◦ green 150 ◦ blue 96

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

Shades of Whiskey Sour #D09660

Tints of Whiskey Sour #D09660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.15%

R = 45.81%
G = 33.04%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#D09660 (or 0xD09660) is known color: Whiskey Sour. HEX triplet: D0, 96 and 60. RGB value is (208,150,96). Sum of RGB (Red+Green+Blue) = 208+150+96=454 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.81% from 454); Green value is 150 (58.98% from 255 or 33.04% from 454); Blue value is 96 (37.89% from 255 or 21.15% from 454); Max value from RGB is 208 - color contains mainly: red. Hex color #D09660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D09660 is #2F699F. Grayscale: #A1A1A1. Windows color (decimal): -3107232 or 6330064. OLE color: 6330064.

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

Color convert

RGB 208 150 96 -
CMYK 0 0.28 0.54 0.18
HSL 28.93º 0.54% 0.6% -
HSV(B) 28.93º 0.54% 0.82% -
XYZ 39.03 36.07 15.97 -
YUV 161.19 91.22 161.39 -
System Red Green Blue C M Y K H S L
Decimal 208 150 96 0 0.28 0.54 0.18 28.93 0.54 0.6
Hex D0 96 60 0 1C 36 12 1D 36 3C
Octal 320 226 140 0 34 66 22 35 66 74
Binary 11010000 10010110 1100000 0 11100 110110 10010 11101 110110 111100

Color Harmonies of #D09660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D09660

Black with #D09660

Text Example


Text Example

White with #D09660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D09660; }

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

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

background-color css

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

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

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

border-color css

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

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

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