Shades of Chocolate #D2630F
Tints of Chocolate #D2630F
RGB
CMYK
RGB Variations
Color information
#D2630F (or 0xD2630F) is known color: Chocolate. HEX triplet: D2, 63 and 0F. RGB value is (210,99,15). Sum of RGB (Red+Green+Blue) = 210+99+15=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 15 (6.25% from 255 or 4.63% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D2630F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D2630F is #2D9CF0. Grayscale: #7B7B7B. Windows color (decimal): -2989297 or 1008594. OLE color: 1008594.
HSL color Cylindrical-coordinate representation of color #D2630F: hue angle of 25.85º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2630F is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 99 | 15 | - |
| CMYK | 0 | 0.53 | 0.93 | 0.18 |
| HSL | 25.85º | 0.87% | 0.44% | - |
| HSV(B) | 25.85º | 0.93% | 0.82% | - |
| XYZ | 31.13 | 22.66 | 3.19 | - |
| YUV | 122.61 | 67.27 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 99 | 15 | 0 | 0.53 | 0.93 | 0.18 | 25.85 | 0.87 | 0.44 |
| Hex | D2 | 63 | F | 0 | 35 | 5D | 12 | 1A | 57 | 2C |
| Octal | 322 | 143 | 17 | 0 | 65 | 135 | 22 | 32 | 127 | 54 |
| Binary | 11010010 | 1100011 | 1111 | 0 | 110101 | 1011101 | 10010 | 11010 | 1010111 | 101100 |
Color Harmonies of #D2630F
Complementary color
Monochromatic Colors of #D2630F
Black with #D2630F
Text Example
Text Example
White with #D2630F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2630F; }
p { color: rgb(210,99,15); }
H1.HeaderClassName
{
color: #D2630F;
}
.AnyTagClassName
{
color: #D2630F;
}
</style>
background-color css
<style>
a { background-color: #D2630F; }
a { background-color: rgb(210,99,15); }
div.DivClassName
{
background-color: #D2630F;
}
.BgClassName
{
background-color: #D2630F;
}
</style>
border-color css
<style>
span { border-color: #D2630F; }
span { border-color: rgb(210,99,15); }
td.TdClassName
{
border-color: #D2630F;
}
.TagClassName
{
border-color: #D2630F;
}
</style>