Shades of Chocolate #D2661B
Tints of Chocolate #D2661B
RGB
CMYK
RGB Variations
Color information
#D2661B (or 0xD2661B) is known color: Chocolate. HEX triplet: D2, 66 and 1B. RGB value is (210,102,27). Sum of RGB (Red+Green+Blue) = 210+102+27=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D2661B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2661B is #2D99E4. Grayscale: #7E7E7E. Windows color (decimal): -2988517 or 1795794. OLE color: 1795794.
HSL color Cylindrical-coordinate representation of color #D2661B: hue angle of 24.59º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D2661B is Cyan = 0, Magento = 0.51, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 102 | 27 | - |
| CMYK | 0 | 0.51 | 0.87 | 0.18 |
| HSL | 24.59º | 0.77% | 0.46% | - |
| HSV(B) | 24.59º | 0.87% | 0.82% | - |
| XYZ | 31.53 | 23.28 | 3.87 | - |
| YUV | 125.74 | 72.28 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 102 | 27 | 0 | 0.51 | 0.87 | 0.18 | 24.59 | 0.77 | 0.46 |
| Hex | D2 | 66 | 1B | 0 | 33 | 57 | 12 | 19 | 4D | 2E |
| Octal | 322 | 146 | 33 | 0 | 63 | 127 | 22 | 31 | 115 | 56 |
| Binary | 11010010 | 1100110 | 11011 | 0 | 110011 | 1010111 | 10010 | 11001 | 1001101 | 101110 |
Color Harmonies of #D2661B
Complementary color
Monochromatic Colors of #D2661B
Black with #D2661B
Text Example
Text Example
White with #D2661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2661B; }
p { color: rgb(210,102,27); }
H1.HeaderClassName
{
color: #D2661B;
}
.AnyTagClassName
{
color: #D2661B;
}
</style>
background-color css
<style>
a { background-color: #D2661B; }
a { background-color: rgb(210,102,27); }
div.DivClassName
{
background-color: #D2661B;
}
.BgClassName
{
background-color: #D2661B;
}
</style>
border-color css
<style>
span { border-color: #D2661B; }
span { border-color: rgb(210,102,27); }
td.TdClassName
{
border-color: #D2661B;
}
.TagClassName
{
border-color: #D2661B;
}
</style>