Shades of Chocolate #D0621D
Tints of Chocolate #D0621D
RGB
CMYK
RGB Variations
Color information
#D0621D (or 0xD0621D) is known color: Chocolate. HEX triplet: D0, 62 and 1D. RGB value is (208,98,29). Sum of RGB (Red+Green+Blue) = 208+98+29=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 29 (11.72% from 255 or 8.66% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D0621D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0621D is #2F9DE2. Grayscale: #7B7B7B. Windows color (decimal): -3120611 or 1925840. OLE color: 1925840.
HSL color Cylindrical-coordinate representation of color #D0621D: hue angle of 23.13º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D0621D is Cyan = 0, Magento = 0.53, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 98 | 29 | - |
| CMYK | 0 | 0.53 | 0.86 | 0.18 |
| HSL | 23.13º | 0.76% | 0.46% | - |
| HSV(B) | 23.13º | 0.86% | 0.82% | - |
| XYZ | 30.6 | 22.23 | 3.84 | - |
| YUV | 123.02 | 74.94 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 29 | 0 | 0.53 | 0.86 | 0.18 | 23.13 | 0.76 | 0.46 |
| Hex | D0 | 62 | 1D | 0 | 35 | 56 | 12 | 17 | 4C | 2E |
| Octal | 320 | 142 | 35 | 0 | 65 | 126 | 22 | 27 | 114 | 56 |
| Binary | 11010000 | 1100010 | 11101 | 0 | 110101 | 1010110 | 10010 | 10111 | 1001100 | 101110 |
Color Harmonies of #D0621D
Complementary color
Monochromatic Colors of #D0621D
Black with #D0621D
Text Example
Text Example
White with #D0621D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0621D; }
p { color: rgb(208,98,29); }
H1.HeaderClassName
{
color: #D0621D;
}
.AnyTagClassName
{
color: #D0621D;
}
</style>
background-color css
<style>
a { background-color: #D0621D; }
a { background-color: rgb(208,98,29); }
div.DivClassName
{
background-color: #D0621D;
}
.BgClassName
{
background-color: #D0621D;
}
</style>
border-color css
<style>
span { border-color: #D0621D; }
span { border-color: rgb(208,98,29); }
td.TdClassName
{
border-color: #D0621D;
}
.TagClassName
{
border-color: #D0621D;
}
</style>