Html Css Color HEX #DC9660 Whiskey Sour

📋 copy color: '#DC9660'

red 220 ◦ green 150 ◦ blue 96

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

Shades of Whiskey Sour #DC9660

Tints of Whiskey Sour #DC9660

RGB

 RED value IS 220 (86.33% from 255) = 47.21%

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

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

R = 47.21%
G = 32.19%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC9660 (or 0xDC9660) is known color: Whiskey Sour. HEX triplet: DC, 96 and 60. RGB value is (220,150,96). Sum of RGB (Red+Green+Blue) = 220+150+96=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9660 is #23699F. Grayscale: #A5A5A5. Windows color (decimal): -2320800 or 6330076. OLE color: 6330076.

HSL color Cylindrical-coordinate representation of color #DC9660: hue angle of 26.13º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC9660 is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 150 96 -
CMYK 0 0.32 0.56 0.14
HSL 26.13º 0.64% 0.62% -
HSV(B) 26.13º 0.56% 0.86% -
XYZ 42.53 37.87 16.13 -
YUV 164.77 89.19 167.39 -
System Red Green Blue C M Y K H S L
Decimal 220 150 96 0 0.32 0.56 0.14 26.13 0.64 0.62
Hex DC 96 60 0 20 38 E 1A 40 3E
Octal 334 226 140 0 40 70 16 32 100 76
Binary 11011100 10010110 1100000 0 100000 111000 1110 11010 1000000 111110

Color Harmonies of #DC9660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9660

Black with #DC9660

Text Example


Text Example

White with #DC9660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9660; }

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

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

background-color css

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

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

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

border-color css

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

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

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