#DC6325

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

Shades of Chocolate #DC6325

Tints of Chocolate #DC6325

Color information

#DC6325 (or 0xDC6325) is unknown color: approx Chocolate. HEX triplet: DC, 63 and 25. RGB value is (220,99,37). Sum of RGB (Red+Green+Blue) = 220+99+37=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6325 is #239CDA. Grayscale: #808080. Windows color (decimal): -2333915 or 2450396. OLE color: 2450396.

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

Color convert

RGB2209937-
CMYK00.550.830.14
HSL20.33º72.33%50.39%-
HSV(B)20.33º83.18%86.27%-
XYZ34.3124.274.63-
YUV128.1176.59193.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 61.80%
GREEN value IS 99 (39.06% from 255) = 27.81%
BLUE value IS 37 (14.84% from 255) = 10.39%
R=61.80%
G=27.81%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.83
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220993700.550.830.1420.3372.3350.39
HexDC632503753E144832
Octal33414345067123162411062
Binary110111001100011100101011011110100111110101001001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC6325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC6325; }

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

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

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

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

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

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

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

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