Shades of Chocolate #D9671A
Tints of Chocolate #D9671A
RGB
CMYK
RGB Variations
Color information
#D9671A (or 0xD9671A) is known color: Chocolate. HEX triplet: D9, 67 and 1A. RGB value is (217,103,26). Sum of RGB (Red+Green+Blue) = 217+103+26=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D9671A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9671A is #2698E5. Grayscale: #808080. Windows color (decimal): -2529510 or 1730521. OLE color: 1730521.
HSL color Cylindrical-coordinate representation of color #D9671A: hue angle of 24.19º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D9671A is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 26 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.15 |
| HSL | 24.19º | 0.79% | 0.48% | - |
| HSV(B) | 24.19º | 0.88% | 0.85% | - |
| XYZ | 33.65 | 24.53 | 3.94 | - |
| YUV | 128.31 | 70.27 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 26 | 0 | 0.53 | 0.88 | 0.15 | 24.19 | 0.79 | 0.48 |
| Hex | D9 | 67 | 1A | 0 | 35 | 58 | F | 18 | 4F | 30 |
| Octal | 331 | 147 | 32 | 0 | 65 | 130 | 17 | 30 | 117 | 60 |
| Binary | 11011001 | 1100111 | 11010 | 0 | 110101 | 1011000 | 1111 | 11000 | 1001111 | 110000 |
Color Harmonies of #D9671A
Complementary color
Monochromatic Colors of #D9671A
Black with #D9671A
Text Example
Text Example
White with #D9671A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9671A; }
p { color: rgb(217,103,26); }
H1.HeaderClassName
{
color: #D9671A;
}
.AnyTagClassName
{
color: #D9671A;
}
</style>
background-color css
<style>
a { background-color: #D9671A; }
a { background-color: rgb(217,103,26); }
div.DivClassName
{
background-color: #D9671A;
}
.BgClassName
{
background-color: #D9671A;
}
</style>
border-color css
<style>
span { border-color: #D9671A; }
span { border-color: rgb(217,103,26); }
td.TdClassName
{
border-color: #D9671A;
}
.TagClassName
{
border-color: #D9671A;
}
</style>