Shades of Chocolate #D9670D
Tints of Chocolate #D9670D
RGB
CMYK
RGB Variations
Color information
#D9670D (or 0xD9670D) is known color: Chocolate. HEX triplet: D9, 67 and 0D. RGB value is (217,103,13). Sum of RGB (Red+Green+Blue) = 217+103+13=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 13 (5.47% from 255 or 3.90% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D9670D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D9670D is #2698F2. Grayscale: #7F7F7F. Windows color (decimal): -2529523 or 878553. OLE color: 878553.
HSL color Cylindrical-coordinate representation of color #D9670D: hue angle of 26.47º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9670D is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 103 | 13 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.15 |
| HSL | 26.47º | 0.89% | 0.45% | - |
| HSV(B) | 26.47º | 0.94% | 0.85% | - |
| XYZ | 33.54 | 24.48 | 3.34 | - |
| YUV | 126.83 | 63.77 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 103 | 13 | 0 | 0.53 | 0.94 | 0.15 | 26.47 | 0.89 | 0.45 |
| Hex | D9 | 67 | D | 0 | 35 | 5E | F | 1A | 59 | 2D |
| Octal | 331 | 147 | 15 | 0 | 65 | 136 | 17 | 32 | 131 | 55 |
| Binary | 11011001 | 1100111 | 1101 | 0 | 110101 | 1011110 | 1111 | 11010 | 1011001 | 101101 |
Color Harmonies of #D9670D
Complementary color
Monochromatic Colors of #D9670D
Black with #D9670D
Text Example
Text Example
White with #D9670D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9670D; }
p { color: rgb(217,103,13); }
H1.HeaderClassName
{
color: #D9670D;
}
.AnyTagClassName
{
color: #D9670D;
}
</style>
background-color css
<style>
a { background-color: #D9670D; }
a { background-color: rgb(217,103,13); }
div.DivClassName
{
background-color: #D9670D;
}
.BgClassName
{
background-color: #D9670D;
}
</style>
border-color css
<style>
span { border-color: #D9670D; }
span { border-color: rgb(217,103,13); }
td.TdClassName
{
border-color: #D9670D;
}
.TagClassName
{
border-color: #D9670D;
}
</style>