Shades of Chocolate #D4630D
Tints of Chocolate #D4630D
RGB
CMYK
RGB Variations
Color information
#D4630D (or 0xD4630D) is known color: Chocolate. HEX triplet: D4, 63 and 0D. RGB value is (212,99,13). Sum of RGB (Red+Green+Blue) = 212+99+13=324 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.43% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 13 (5.47% from 255 or 4.01% from 324); Max value from RGB is 212 - color contains mainly: red. Hex color #D4630D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4630D is #2B9CF2. Grayscale: #7B7B7B. Windows color (decimal): -2858227 or 877524. OLE color: 877524.
HSL color Cylindrical-coordinate representation of color #D4630D: hue angle of 25.93º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4630D is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 99 | 13 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.17 |
| HSL | 25.93º | 0.88% | 0.44% | - |
| HSV(B) | 25.93º | 0.94% | 0.83% | - |
| XYZ | 31.69 | 22.95 | 3.14 | - |
| YUV | 122.98 | 65.94 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 13 | 0 | 0.53 | 0.94 | 0.17 | 25.93 | 0.88 | 0.44 |
| Hex | D4 | 63 | D | 0 | 35 | 5E | 11 | 1A | 58 | 2C |
| Octal | 324 | 143 | 15 | 0 | 65 | 136 | 21 | 32 | 130 | 54 |
| Binary | 11010100 | 1100011 | 1101 | 0 | 110101 | 1011110 | 10001 | 11010 | 1011000 | 101100 |
Color Harmonies of #D4630D
Complementary color
Monochromatic Colors of #D4630D
Black with #D4630D
Text Example
Text Example
White with #D4630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4630D; }
p { color: rgb(212,99,13); }
H1.HeaderClassName
{
color: #D4630D;
}
.AnyTagClassName
{
color: #D4630D;
}
</style>
background-color css
<style>
a { background-color: #D4630D; }
a { background-color: rgb(212,99,13); }
div.DivClassName
{
background-color: #D4630D;
}
.BgClassName
{
background-color: #D4630D;
}
</style>
border-color css
<style>
span { border-color: #D4630D; }
span { border-color: rgb(212,99,13); }
td.TdClassName
{
border-color: #D4630D;
}
.TagClassName
{
border-color: #D4630D;
}
</style>