#DC9467

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

Shades of Whiskey #DC9467

Tints of Whiskey #DC9467

Color information

#DC9467 (or 0xDC9467) is unknown color: approx Whiskey. HEX triplet: DC, 94 and 67. RGB value is (220,148,103). Sum of RGB (Red+Green+Blue) = 220+148+103=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9467 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9467 is #236B98. Grayscale: #A4A4A4. Windows color (decimal): -2321305 or 6788316. OLE color: 6788316.

HSL color Cylindrical-coordinate representation of color #DC9467: hue angle of 23.08º 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 #DC9467 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB220148103-
CMYK00.330.530.14
HSL23.08º62.57%63.33%-
HSV(B)23.08º53.18%86.27%-
XYZ42.5537.3717.8-
YUV164.493.35167.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 46.71%
GREEN value IS 148 (58.20% from 255) = 31.42%
BLUE value IS 103 (40.62% from 255) = 21.87%
R=46.71%
G=31.42%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014810300.330.530.1423.0862.5763.33
HexDC946702135E173f3f
Octal3342241470416516277777
Binary110111001001010011001110100001110101111010111111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9467; }

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

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

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

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

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

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

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

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