Shades of Chocolate #D3661D
Tints of Chocolate #D3661D
RGB
CMYK
RGB Variations
Color information
#D3661D (or 0xD3661D) is known color: Chocolate. HEX triplet: D3, 66 and 1D. RGB value is (211,102,29). Sum of RGB (Red+Green+Blue) = 211+102+29=342 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.70% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 29 (11.72% from 255 or 8.48% from 342); Max value from RGB is 211 - color contains mainly: red. Hex color #D3661D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D3661D is #2C99E2. Grayscale: #7E7E7E. Windows color (decimal): -2922979 or 1926867. OLE color: 1926867.
HSL color Cylindrical-coordinate representation of color #D3661D: hue angle of 24.07º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D3661D is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 102 | 29 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.17 |
| HSL | 24.07º | 0.76% | 0.47% | - |
| HSV(B) | 24.07º | 0.86% | 0.83% | - |
| XYZ | 31.84 | 23.44 | 4.01 | - |
| YUV | 126.27 | 73.11 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 102 | 29 | 0 | 0.52 | 0.86 | 0.17 | 24.07 | 0.76 | 0.47 |
| Hex | D3 | 66 | 1D | 0 | 34 | 56 | 11 | 18 | 4C | 2F |
| Octal | 323 | 146 | 35 | 0 | 64 | 126 | 21 | 30 | 114 | 57 |
| Binary | 11010011 | 1100110 | 11101 | 0 | 110100 | 1010110 | 10001 | 11000 | 1001100 | 101111 |
Color Harmonies of #D3661D
Complementary color
Monochromatic Colors of #D3661D
Black with #D3661D
Text Example
Text Example
White with #D3661D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3661D; }
p { color: rgb(211,102,29); }
H1.HeaderClassName
{
color: #D3661D;
}
.AnyTagClassName
{
color: #D3661D;
}
</style>
background-color css
<style>
a { background-color: #D3661D; }
a { background-color: rgb(211,102,29); }
div.DivClassName
{
background-color: #D3661D;
}
.BgClassName
{
background-color: #D3661D;
}
</style>
border-color css
<style>
span { border-color: #D3661D; }
span { border-color: rgb(211,102,29); }
td.TdClassName
{
border-color: #D3661D;
}
.TagClassName
{
border-color: #D3661D;
}
</style>