Shades of Chocolate #D7671B
Tints of Chocolate #D7671B
RGB
CMYK
RGB Variations
Color information
#D7671B (or 0xD7671B) is known color: Chocolate. HEX triplet: D7, 67 and 1B. RGB value is (215,103,27). Sum of RGB (Red+Green+Blue) = 215+103+27=345 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.32% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 215 - color contains mainly: red. Hex color #D7671B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D7671B is #2898E4. Grayscale: #808080. Windows color (decimal): -2660581 or 1796055. OLE color: 1796055.
HSL color Cylindrical-coordinate representation of color #D7671B: hue angle of 24.26º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D7671B is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 103 | 27 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.16 |
| HSL | 24.26º | 0.78% | 0.47% | - |
| HSV(B) | 24.26º | 0.87% | 0.84% | - |
| XYZ | 33.07 | 24.23 | 3.97 | - |
| YUV | 127.82 | 71.11 | 190.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 103 | 27 | 0 | 0.52 | 0.87 | 0.16 | 24.26 | 0.78 | 0.47 |
| Hex | D7 | 67 | 1B | 0 | 34 | 57 | 10 | 18 | 4E | 2F |
| Octal | 327 | 147 | 33 | 0 | 64 | 127 | 20 | 30 | 116 | 57 |
| Binary | 11010111 | 1100111 | 11011 | 0 | 110100 | 1010111 | 10000 | 11000 | 1001110 | 101111 |
Color Harmonies of #D7671B
Complementary color
Monochromatic Colors of #D7671B
Black with #D7671B
Text Example
Text Example
White with #D7671B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7671B; }
p { color: rgb(215,103,27); }
H1.HeaderClassName
{
color: #D7671B;
}
.AnyTagClassName
{
color: #D7671B;
}
</style>
background-color css
<style>
a { background-color: #D7671B; }
a { background-color: rgb(215,103,27); }
div.DivClassName
{
background-color: #D7671B;
}
.BgClassName
{
background-color: #D7671B;
}
</style>
border-color css
<style>
span { border-color: #D7671B; }
span { border-color: rgb(215,103,27); }
td.TdClassName
{
border-color: #D7671B;
}
.TagClassName
{
border-color: #D7671B;
}
</style>