#DC9567

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

Shades of Whiskey #DC9567

Tints of Whiskey #DC9567

Color information

#DC9567 (or 0xDC9567) is unknown color: approx Whiskey. HEX triplet: DC, 95 and 67. RGB value is (220,149,103). Sum of RGB (Red+Green+Blue) = 220+149+103=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9567 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9567 is #236A98. Grayscale: #A5A5A5. Windows color (decimal): -2321049 or 6788572. OLE color: 6788572.

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

Color convert

RGB220149103-
CMYK00.320.530.14
HSL23.59º62.57%63.33%-
HSV(B)23.59º53.18%86.27%-
XYZ42.7137.6917.86-
YUV164.9893.02167.24-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.61%
GREEN value IS 149 (58.59% from 255) = 31.57%
BLUE value IS 103 (40.62% from 255) = 21.82%
R=46.61%
G=31.57%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014910300.320.530.1423.5962.5763.33
HexDC956702035E183f3f
Octal3342251470406516307777
Binary110111001001010111001110100000110101111011000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9567; }

 p { color: rgb(220,149,103); }

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

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

 a { background-color: rgb(220,149,103); }

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

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

 span { border-color: rgb(220,149,103); }

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