Shades of Chocolate #D2621B
Tints of Chocolate #D2621B
RGB
CMYK
RGB Variations
Color information
#D2621B (or 0xD2621B) is known color: Chocolate. HEX triplet: D2, 62 and 1B. RGB value is (210,98,27). Sum of RGB (Red+Green+Blue) = 210+98+27=335 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.69% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 210 - color contains mainly: red. Hex color #D2621B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2621B is #2D9DE4. Grayscale: #7B7B7B. Windows color (decimal): -2989541 or 1794770. OLE color: 1794770.
HSL color Cylindrical-coordinate representation of color #D2621B: hue angle of 23.28º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2621B is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 27 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.18 |
| HSL | 23.28º | 0.77% | 0.46% | - |
| HSV(B) | 23.28º | 0.87% | 0.82% | - |
| XYZ | 31.14 | 22.52 | 3.74 | - |
| YUV | 123.39 | 73.61 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 27 | 0 | 0.53 | 0.87 | 0.18 | 23.28 | 0.77 | 0.46 |
| Hex | D2 | 62 | 1B | 0 | 35 | 57 | 12 | 17 | 4D | 2E |
| Octal | 322 | 142 | 33 | 0 | 65 | 127 | 22 | 27 | 115 | 56 |
| Binary | 11010010 | 1100010 | 11011 | 0 | 110101 | 1010111 | 10010 | 10111 | 1001101 | 101110 |
Color Harmonies of #D2621B
Complementary color
Monochromatic Colors of #D2621B
Black with #D2621B
Text Example
Text Example
White with #D2621B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2621B; }
p { color: rgb(210,98,27); }
H1.HeaderClassName
{
color: #D2621B;
}
.AnyTagClassName
{
color: #D2621B;
}
</style>
background-color css
<style>
a { background-color: #D2621B; }
a { background-color: rgb(210,98,27); }
div.DivClassName
{
background-color: #D2621B;
}
.BgClassName
{
background-color: #D2621B;
}
</style>
border-color css
<style>
span { border-color: #D2621B; }
span { border-color: rgb(210,98,27); }
td.TdClassName
{
border-color: #D2621B;
}
.TagClassName
{
border-color: #D2621B;
}
</style>