Shades of Chocolate #D2661F
Tints of Chocolate #D2661F
RGB
CMYK
RGB Variations
Color information
#D2661F (or 0xD2661F) is known color: Chocolate. HEX triplet: D2, 66 and 1F. RGB value is (210,102,31). Sum of RGB (Red+Green+Blue) = 210+102+31=343 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.22% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 210 - color contains mainly: red. Hex color #D2661F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2661F is #2D99E0. Grayscale: #7E7E7E. Windows color (decimal): -2988513 or 2057938. OLE color: 2057938.
HSL color Cylindrical-coordinate representation of color #D2661F: hue angle of 23.8º 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 #D2661F is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 31 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.18 |
| HSL | 23.8º | 0.74% | 0.47% | - |
| HSV(B) | 23.8º | 0.85% | 0.82% | - |
| XYZ | 31.58 | 23.3 | 4.13 | - |
| YUV | 126.2 | 74.28 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 31 | 0 | 0.51 | 0.85 | 0.18 | 23.8 | 0.74 | 0.47 |
| Hex | D2 | 66 | 1F | 0 | 33 | 55 | 12 | 18 | 4A | 2F |
| Octal | 322 | 146 | 37 | 0 | 63 | 125 | 22 | 30 | 112 | 57 |
| Binary | 11010010 | 1100110 | 11111 | 0 | 110011 | 1010101 | 10010 | 11000 | 1001010 | 101111 |
Color Harmonies of #D2661F
Complementary color
Monochromatic Colors of #D2661F
Black with #D2661F
Text Example
Text Example
White with #D2661F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2661F; }
p { color: rgb(210,102,31); }
H1.HeaderClassName
{
color: #D2661F;
}
.AnyTagClassName
{
color: #D2661F;
}
</style>
background-color css
<style>
a { background-color: #D2661F; }
a { background-color: rgb(210,102,31); }
div.DivClassName
{
background-color: #D2661F;
}
.BgClassName
{
background-color: #D2661F;
}
</style>
border-color css
<style>
span { border-color: #D2661F; }
span { border-color: rgb(210,102,31); }
td.TdClassName
{
border-color: #D2661F;
}
.TagClassName
{
border-color: #D2661F;
}
</style>