Shades of Chocolate #DC691F
Tints of Chocolate #DC691F
RGB
CMYK
RGB Variations
Color information
#DC691F (or 0xDC691F) is known color: Chocolate. HEX triplet: DC, 69 and 1F. RGB value is (220,105,31). Sum of RGB (Red+Green+Blue) = 220+105+31=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 31 (12.5% from 255 or 8.71% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC691F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC691F is #2396E0. Grayscale: #838383. Windows color (decimal): -2332385 or 2058716. OLE color: 2058716.
HSL color Cylindrical-coordinate representation of color #DC691F: hue angle of 23.49º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DC691F is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 31 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.14 |
| HSL | 23.49º | 0.75% | 0.49% | - |
| HSV(B) | 23.49º | 0.86% | 0.86% | - |
| XYZ | 34.81 | 25.42 | 4.37 | - |
| YUV | 130.95 | 71.6 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 31 | 0 | 0.52 | 0.86 | 0.14 | 23.49 | 0.75 | 0.49 |
| Hex | DC | 69 | 1F | 0 | 34 | 56 | E | 17 | 4B | 31 |
| Octal | 334 | 151 | 37 | 0 | 64 | 126 | 16 | 27 | 113 | 61 |
| Binary | 11011100 | 1101001 | 11111 | 0 | 110100 | 1010110 | 1110 | 10111 | 1001011 | 110001 |
Color Harmonies of #DC691F
Complementary color
Monochromatic Colors of #DC691F
Black with #DC691F
Text Example
Text Example
White with #DC691F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC691F; }
p { color: rgb(220,105,31); }
H1.HeaderClassName
{
color: #DC691F;
}
.AnyTagClassName
{
color: #DC691F;
}
</style>
background-color css
<style>
a { background-color: #DC691F; }
a { background-color: rgb(220,105,31); }
div.DivClassName
{
background-color: #DC691F;
}
.BgClassName
{
background-color: #DC691F;
}
</style>
border-color css
<style>
span { border-color: #DC691F; }
span { border-color: rgb(220,105,31); }
td.TdClassName
{
border-color: #DC691F;
}
.TagClassName
{
border-color: #DC691F;
}
</style>