Shades of Chocolate #D5661C
Tints of Chocolate #D5661C
RGB
CMYK
RGB Variations
Color information
#D5661C (or 0xD5661C) is known color: Chocolate. HEX triplet: D5, 66 and 1C. RGB value is (213,102,28). Sum of RGB (Red+Green+Blue) = 213+102+28=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 28 (11.33% from 255 or 8.16% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D5661C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5661C is #2A99E3. Grayscale: #7F7F7F. Windows color (decimal): -2791908 or 1861333. OLE color: 1861333.
HSL color Cylindrical-coordinate representation of color #D5661C: hue angle of 24º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D5661C is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 28 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.16 |
| HSL | 24º | 0.77% | 0.47% | - |
| HSV(B) | 24º | 0.87% | 0.84% | - |
| XYZ | 32.4 | 23.73 | 3.97 | - |
| YUV | 126.75 | 72.27 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 28 | 0 | 0.52 | 0.87 | 0.16 | 24 | 0.77 | 0.47 |
| Hex | D5 | 66 | 1C | 0 | 34 | 57 | 10 | 18 | 4D | 2F |
| Octal | 325 | 146 | 34 | 0 | 64 | 127 | 20 | 30 | 115 | 57 |
| Binary | 11010101 | 1100110 | 11100 | 0 | 110100 | 1010111 | 10000 | 11000 | 1001101 | 101111 |
Color Harmonies of #D5661C
Complementary color
Monochromatic Colors of #D5661C
Black with #D5661C
Text Example
Text Example
White with #D5661C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5661C; }
p { color: rgb(213,102,28); }
H1.HeaderClassName
{
color: #D5661C;
}
.AnyTagClassName
{
color: #D5661C;
}
</style>
background-color css
<style>
a { background-color: #D5661C; }
a { background-color: rgb(213,102,28); }
div.DivClassName
{
background-color: #D5661C;
}
.BgClassName
{
background-color: #D5661C;
}
</style>
border-color css
<style>
span { border-color: #D5661C; }
span { border-color: rgb(213,102,28); }
td.TdClassName
{
border-color: #D5661C;
}
.TagClassName
{
border-color: #D5661C;
}
</style>