#dc996b

Color #DC996B Whiskey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey #DC996B

Tints of Whiskey #DC996B

Color information

#DC996B (or 0xDC996B) is unknown color: approx Whiskey. HEX triplet: DC, 99 and 6B. RGB value is (220,153,107). Sum of RGB (Red+Green+Blue) = 220+153+107=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC996B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC996B is #236694. Grayscale: #A8A8A8. Windows color (decimal): -2320021 or 7051740. OLE color: 7051740.

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

Color convert

RGB220153107-
CMYK00.300.510.14
HSL24.42º61.75%64.12%-
HSV(B)24.42º51.36%86.27%-
XYZ43.5639.0619.15-
YUV167.7993.7165.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.83%
GREEN value IS 153 (60.16% from 255) = 31.88%
BLUE value IS 107 (42.19% from 255) = 22.29%
R=45.83%
G=31.88%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015310700.300.510.1424.4261.7564.12
HexDC996B01E33E183e40
Octal33423115303663163076100
Binary110111001001100111010110111101100111110110001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc996b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc996b; }

 p { color: rgb(220,153,107); }

 H1.HeaderClassName
 {
   color: #dc996b;
 }
 .AnyTagClassName
 {
   color: #dc996b;
 }
</style>
background-color css

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

 a { background-color: rgb(220,153,107); }

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

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

 span { border-color: rgb(220,153,107); }

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