#DC9769

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

Shades of Whiskey #DC9769

Tints of Whiskey #DC9769

Color information

#DC9769 (or 0xDC9769) is unknown color: approx Whiskey. HEX triplet: DC, 97 and 69. RGB value is (220,151,105). Sum of RGB (Red+Green+Blue) = 220+151+105=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9769 is #236896. Grayscale: #A6A6A6. Windows color (decimal): -2320535 or 6920156. OLE color: 6920156.

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

Color convert

RGB220151105-
CMYK00.310.520.14
HSL24º62.16%63.73%-
HSV(B)24º52.27%86.27%-
XYZ43.1338.3718.5-
YUV166.3993.36166.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.22%
GREEN value IS 151 (59.38% from 255) = 31.72%
BLUE value IS 105 (41.41% from 255) = 22.06%
R=46.22%
G=31.72%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015110500.310.520.142462.1663.73
HexDC976901F34E183e40
Octal33422715103764163076100
Binary110111001001011111010010111111101001110110001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9769; }

 p { color: rgb(220,151,105); }

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

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

 a { background-color: rgb(220,151,105); }

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

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

 span { border-color: rgb(220,151,105); }

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