Shades of Chocolate #D7651D
Tints of Chocolate #D7651D
RGB
CMYK
RGB Variations
Color information
#D7651D (or 0xD7651D) is known color: Chocolate. HEX triplet: D7, 65 and 1D. RGB value is (215,101,29). Sum of RGB (Red+Green+Blue) = 215+101+29=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D7651D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7651D is #289AE2. Grayscale: #7F7F7F. Windows color (decimal): -2661091 or 1926615. OLE color: 1926615.
HSL color Cylindrical-coordinate representation of color #D7651D: hue angle of 23.23º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7651D is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 101 | 29 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.16 |
| HSL | 23.23º | 0.76% | 0.48% | - |
| HSV(B) | 23.23º | 0.87% | 0.84% | - |
| XYZ | 32.9 | 23.84 | 4.03 | - |
| YUV | 126.88 | 72.77 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 101 | 29 | 0 | 0.53 | 0.87 | 0.16 | 23.23 | 0.76 | 0.48 |
| Hex | D7 | 65 | 1D | 0 | 35 | 57 | 10 | 17 | 4C | 30 |
| Octal | 327 | 145 | 35 | 0 | 65 | 127 | 20 | 27 | 114 | 60 |
| Binary | 11010111 | 1100101 | 11101 | 0 | 110101 | 1010111 | 10000 | 10111 | 1001100 | 110000 |
Color Harmonies of #D7651D
Complementary color
Monochromatic Colors of #D7651D
Black with #D7651D
Text Example
Text Example
White with #D7651D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7651D; }
p { color: rgb(215,101,29); }
H1.HeaderClassName
{
color: #D7651D;
}
.AnyTagClassName
{
color: #D7651D;
}
</style>
background-color css
<style>
a { background-color: #D7651D; }
a { background-color: rgb(215,101,29); }
div.DivClassName
{
background-color: #D7651D;
}
.BgClassName
{
background-color: #D7651D;
}
</style>
border-color css
<style>
span { border-color: #D7651D; }
span { border-color: rgb(215,101,29); }
td.TdClassName
{
border-color: #D7651D;
}
.TagClassName
{
border-color: #D7651D;
}
</style>