Html Css Color HEX #DC9663 Whiskey Sour

📋 copy color: '#DC9663'

red 220 ◦ green 150 ◦ blue 99

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

Shades of Whiskey Sour #DC9663

Tints of Whiskey Sour #DC9663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 21.11%

R = 46.91%
G = 31.98%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC9663 (or 0xDC9663) is known color: Whiskey Sour. HEX triplet: DC, 96 and 63. RGB value is (220,150,99). Sum of RGB (Red+Green+Blue) = 220+150+99=469 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.91% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9663 is #23699C. Grayscale: #A5A5A5. Windows color (decimal): -2320797 or 6526684. OLE color: 6526684.

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

Color convert

RGB 220 150 99 -
CMYK 0 0.32 0.55 0.14
HSL 25.29º 0.63% 0.63% -
HSV(B) 25.29º 0.55% 0.86% -
XYZ 42.67 37.93 16.88 -
YUV 165.12 90.69 167.15 -
System Red Green Blue C M Y K H S L
Decimal 220 150 99 0 0.32 0.55 0.14 25.29 0.63 0.63
Hex DC 96 63 0 20 37 E 19 3F 3F
Octal 334 226 143 0 40 67 16 31 77 77
Binary 11011100 10010110 1100011 0 100000 110111 1110 11001 111111 111111

Color Harmonies of #DC9663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9663

Black with #DC9663

Text Example


Text Example

White with #DC9663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9663; }

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

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

background-color css

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

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

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

border-color css

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

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

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