Shades of Chocolate #D3671C
Tints of Chocolate #D3671C
RGB
CMYK
RGB Variations
Color information
#D3671C (or 0xD3671C) is known color: Chocolate. HEX triplet: D3, 67 and 1C. RGB value is (211,103,28). Sum of RGB (Red+Green+Blue) = 211+103+28=342 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.70% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 211 - color contains mainly: red. Hex color #D3671C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3671C is #2C98E3. Grayscale: #7F7F7F. Windows color (decimal): -2922724 or 1861587. OLE color: 1861587.
HSL color Cylindrical-coordinate representation of color #D3671C: hue angle of 24.59º 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 #D3671C is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 103 | 28 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.17 |
| HSL | 24.59º | 0.77% | 0.47% | - |
| HSV(B) | 24.59º | 0.87% | 0.83% | - |
| XYZ | 31.92 | 23.63 | 3.98 | - |
| YUV | 126.74 | 72.28 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 103 | 28 | 0 | 0.51 | 0.87 | 0.17 | 24.59 | 0.77 | 0.47 |
| Hex | D3 | 67 | 1C | 0 | 33 | 57 | 11 | 19 | 4D | 2F |
| Octal | 323 | 147 | 34 | 0 | 63 | 127 | 21 | 31 | 115 | 57 |
| Binary | 11010011 | 1100111 | 11100 | 0 | 110011 | 1010111 | 10001 | 11001 | 1001101 | 101111 |
Color Harmonies of #D3671C
Complementary color
Monochromatic Colors of #D3671C
Black with #D3671C
Text Example
Text Example
White with #D3671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3671C; }
p { color: rgb(211,103,28); }
H1.HeaderClassName
{
color: #D3671C;
}
.AnyTagClassName
{
color: #D3671C;
}
</style>
background-color css
<style>
a { background-color: #D3671C; }
a { background-color: rgb(211,103,28); }
div.DivClassName
{
background-color: #D3671C;
}
.BgClassName
{
background-color: #D3671C;
}
</style>
border-color css
<style>
span { border-color: #D3671C; }
span { border-color: rgb(211,103,28); }
td.TdClassName
{
border-color: #D3671C;
}
.TagClassName
{
border-color: #D3671C;
}
</style>