Shades of Chocolate #D1661F
Tints of Chocolate #D1661F
RGB
CMYK
RGB Variations
Color information
#D1661F (or 0xD1661F) is known color: Chocolate. HEX triplet: D1, 66 and 1F. RGB value is (209,102,31). Sum of RGB (Red+Green+Blue) = 209+102+31=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 31 (12.5% from 255 or 9.06% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D1661F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1661F is #2E99E0. Grayscale: #7E7E7E. Windows color (decimal): -3054049 or 2057937. OLE color: 2057937.
HSL color Cylindrical-coordinate representation of color #D1661F: hue angle of 23.93º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1661F is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 102 | 31 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.18 |
| HSL | 23.93º | 0.74% | 0.47% | - |
| HSV(B) | 23.93º | 0.85% | 0.82% | - |
| XYZ | 31.29 | 23.16 | 4.12 | - |
| YUV | 125.9 | 74.45 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 102 | 31 | 0 | 0.51 | 0.85 | 0.18 | 23.93 | 0.74 | 0.47 |
| Hex | D1 | 66 | 1F | 0 | 33 | 55 | 12 | 18 | 4A | 2F |
| Octal | 321 | 146 | 37 | 0 | 63 | 125 | 22 | 30 | 112 | 57 |
| Binary | 11010001 | 1100110 | 11111 | 0 | 110011 | 1010101 | 10010 | 11000 | 1001010 | 101111 |
Color Harmonies of #D1661F
Complementary color
Monochromatic Colors of #D1661F
Black with #D1661F
Text Example
Text Example
White with #D1661F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1661F; }
p { color: rgb(209,102,31); }
H1.HeaderClassName
{
color: #D1661F;
}
.AnyTagClassName
{
color: #D1661F;
}
</style>
background-color css
<style>
a { background-color: #D1661F; }
a { background-color: rgb(209,102,31); }
div.DivClassName
{
background-color: #D1661F;
}
.BgClassName
{
background-color: #D1661F;
}
</style>
border-color css
<style>
span { border-color: #D1661F; }
span { border-color: rgb(209,102,31); }
td.TdClassName
{
border-color: #D1661F;
}
.TagClassName
{
border-color: #D1661F;
}
</style>