Shades of Chocolate #D7621F
Tints of Chocolate #D7621F
RGB
CMYK
RGB Variations
Color information
#D7621F (or 0xD7621F) is known color: Chocolate. HEX triplet: D7, 62 and 1F. RGB value is (215,98,31). Sum of RGB (Red+Green+Blue) = 215+98+31=344 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.5% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 31 (12.5% from 255 or 9.01% from 344); Max value from RGB is 215 - color contains mainly: red. Hex color #D7621F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7621F is #289DE0. Grayscale: #7D7D7D. Windows color (decimal): -2661857 or 2056919. OLE color: 2056919.
HSL color Cylindrical-coordinate representation of color #D7621F: hue angle of 21.85º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D7621F is Cyan = 0, Magento = 0.54, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 98 | 31 | - |
| CMYK | 0 | 0.54 | 0.86 | 0.16 |
| HSL | 21.85º | 0.75% | 0.48% | - |
| HSV(B) | 21.85º | 0.86% | 0.84% | - |
| XYZ | 32.64 | 23.28 | 4.07 | - |
| YUV | 125.35 | 74.76 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 98 | 31 | 0 | 0.54 | 0.86 | 0.16 | 21.85 | 0.75 | 0.48 |
| Hex | D7 | 62 | 1F | 0 | 36 | 56 | 10 | 16 | 4B | 30 |
| Octal | 327 | 142 | 37 | 0 | 66 | 126 | 20 | 26 | 113 | 60 |
| Binary | 11010111 | 1100010 | 11111 | 0 | 110110 | 1010110 | 10000 | 10110 | 1001011 | 110000 |
Color Harmonies of #D7621F
Complementary color
Monochromatic Colors of #D7621F
Black with #D7621F
Text Example
Text Example
White with #D7621F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7621F; }
p { color: rgb(215,98,31); }
H1.HeaderClassName
{
color: #D7621F;
}
.AnyTagClassName
{
color: #D7621F;
}
</style>
background-color css
<style>
a { background-color: #D7621F; }
a { background-color: rgb(215,98,31); }
div.DivClassName
{
background-color: #D7621F;
}
.BgClassName
{
background-color: #D7621F;
}
</style>
border-color css
<style>
span { border-color: #D7621F; }
span { border-color: rgb(215,98,31); }
td.TdClassName
{
border-color: #D7621F;
}
.TagClassName
{
border-color: #D7621F;
}
</style>