Shades of Chocolate #DC6921
Tints of Chocolate #DC6921
RGB
CMYK
RGB Variations
Color information
#DC6921 (or 0xDC6921) is known color: Chocolate. HEX triplet: DC, 69 and 21. RGB value is (220,105,33). Sum of RGB (Red+Green+Blue) = 220+105+33=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 33 (13.28% from 255 or 9.22% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC6921 is #2396DE. Grayscale: #838383. Windows color (decimal): -2332383 or 2189788. OLE color: 2189788.
HSL color Cylindrical-coordinate representation of color #DC6921: hue angle of 23.1º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DC6921 is Cyan = 0, Magento = 0.52, Yellow = 0.85 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 33 | - |
| CMYK | 0 | 0.52 | 0.85 | 0.14 |
| HSL | 23.1º | 0.74% | 0.5% | - |
| HSV(B) | 23.1º | 0.85% | 0.86% | - |
| XYZ | 34.84 | 25.43 | 4.51 | - |
| YUV | 131.18 | 72.6 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 33 | 0 | 0.52 | 0.85 | 0.14 | 23.1 | 0.74 | 0.5 |
| Hex | DC | 69 | 21 | 0 | 34 | 55 | E | 17 | 4A | 32 |
| Octal | 334 | 151 | 41 | 0 | 64 | 125 | 16 | 27 | 112 | 62 |
| Binary | 11011100 | 1101001 | 100001 | 0 | 110100 | 1010101 | 1110 | 10111 | 1001010 | 110010 |
Color Harmonies of #DC6921
Complementary color
Monochromatic Colors of #DC6921
Black with #DC6921
Text Example
Text Example
White with #DC6921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6921; }
p { color: rgb(220,105,33); }
H1.HeaderClassName
{
color: #DC6921;
}
.AnyTagClassName
{
color: #DC6921;
}
</style>
background-color css
<style>
a { background-color: #DC6921; }
a { background-color: rgb(220,105,33); }
div.DivClassName
{
background-color: #DC6921;
}
.BgClassName
{
background-color: #DC6921;
}
</style>
border-color css
<style>
span { border-color: #DC6921; }
span { border-color: rgb(220,105,33); }
td.TdClassName
{
border-color: #DC6921;
}
.TagClassName
{
border-color: #DC6921;
}
</style>