Shades of Chocolate #D4740F
Tints of Chocolate #D4740F
RGB
CMYK
RGB Variations
Color information
#D4740F (or 0xD4740F) is known color: Chocolate. HEX triplet: D4, 74 and 0F. RGB value is (212,116,15). Sum of RGB (Red+Green+Blue) = 212+116+15=343 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.81% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 212 - color contains mainly: red. Hex color #D4740F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D4740F is #2B8BF0. Grayscale: #858585. Windows color (decimal): -2853873 or 1012948. OLE color: 1012948.
HSL color Cylindrical-coordinate representation of color #D4740F: hue angle of 30.76º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D4740F is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 116 | 15 | - |
| CMYK | 0 | 0.45 | 0.93 | 0.17 |
| HSL | 30.76º | 0.87% | 0.45% | - |
| HSV(B) | 30.76º | 0.93% | 0.83% | - |
| XYZ | 33.48 | 26.52 | 3.81 | - |
| YUV | 133.19 | 61.3 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 116 | 15 | 0 | 0.45 | 0.93 | 0.17 | 30.76 | 0.87 | 0.45 |
| Hex | D4 | 74 | F | 0 | 2D | 5D | 11 | 1F | 57 | 2D |
| Octal | 324 | 164 | 17 | 0 | 55 | 135 | 21 | 37 | 127 | 55 |
| Binary | 11010100 | 1110100 | 1111 | 0 | 101101 | 1011101 | 10001 | 11111 | 1010111 | 101101 |
Color Harmonies of #D4740F
Complementary color
Monochromatic Colors of #D4740F
Black with #D4740F
Text Example
Text Example
White with #D4740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4740F; }
p { color: rgb(212,116,15); }
H1.HeaderClassName
{
color: #D4740F;
}
.AnyTagClassName
{
color: #D4740F;
}
</style>
background-color css
<style>
a { background-color: #D4740F; }
a { background-color: rgb(212,116,15); }
div.DivClassName
{
background-color: #D4740F;
}
.BgClassName
{
background-color: #D4740F;
}
</style>
border-color css
<style>
span { border-color: #D4740F; }
span { border-color: rgb(212,116,15); }
td.TdClassName
{
border-color: #D4740F;
}
.TagClassName
{
border-color: #D4740F;
}
</style>