Shades of Chocolate #D4651B
Tints of Chocolate #D4651B
RGB
CMYK
RGB Variations
Color information
#D4651B (or 0xD4651B) is known color: Chocolate. HEX triplet: D4, 65 and 1B. RGB value is (212,101,27). Sum of RGB (Red+Green+Blue) = 212+101+27=340 (45% of max value = 765). Red value is 212 (83.20% from 255 or 62.35% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 212 - color contains mainly: red. Hex color #D4651B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4651B is #2B9AE4. Grayscale: #7E7E7E. Windows color (decimal): -2857701 or 1795540. OLE color: 1795540.
HSL color Cylindrical-coordinate representation of color #D4651B: hue angle of 24º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D4651B is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 101 | 27 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.17 |
| HSL | 24º | 0.77% | 0.47% | - |
| HSV(B) | 24º | 0.87% | 0.83% | - |
| XYZ | 32 | 23.38 | 3.86 | - |
| YUV | 125.75 | 72.27 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 101 | 27 | 0 | 0.52 | 0.87 | 0.17 | 24 | 0.77 | 0.47 |
| Hex | D4 | 65 | 1B | 0 | 34 | 57 | 11 | 18 | 4D | 2F |
| Octal | 324 | 145 | 33 | 0 | 64 | 127 | 21 | 30 | 115 | 57 |
| Binary | 11010100 | 1100101 | 11011 | 0 | 110100 | 1010111 | 10001 | 11000 | 1001101 | 101111 |
Color Harmonies of #D4651B
Complementary color
Monochromatic Colors of #D4651B
Black with #D4651B
Text Example
Text Example
White with #D4651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4651B; }
p { color: rgb(212,101,27); }
H1.HeaderClassName
{
color: #D4651B;
}
.AnyTagClassName
{
color: #D4651B;
}
</style>
background-color css
<style>
a { background-color: #D4651B; }
a { background-color: rgb(212,101,27); }
div.DivClassName
{
background-color: #D4651B;
}
.BgClassName
{
background-color: #D4651B;
}
</style>
border-color css
<style>
span { border-color: #D4651B; }
span { border-color: rgb(212,101,27); }
td.TdClassName
{
border-color: #D4651B;
}
.TagClassName
{
border-color: #D4651B;
}
</style>