Shades of Chocolate #D5681F
Tints of Chocolate #D5681F
RGB
CMYK
RGB Variations
Color information
#D5681F (or 0xD5681F) is known color: Chocolate. HEX triplet: D5, 68 and 1F. RGB value is (213,104,31). Sum of RGB (Red+Green+Blue) = 213+104+31=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 31 (12.5% from 255 or 8.91% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D5681F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5681F is #2A97E0. Grayscale: #808080. Windows color (decimal): -2791393 or 2058453. OLE color: 2058453.
HSL color Cylindrical-coordinate representation of color #D5681F: hue angle of 24.07º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5681F is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 31 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.16 |
| HSL | 24.07º | 0.75% | 0.48% | - |
| HSV(B) | 24.07º | 0.85% | 0.84% | - |
| XYZ | 32.64 | 24.15 | 4.24 | - |
| YUV | 128.27 | 73.11 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 31 | 0 | 0.51 | 0.85 | 0.16 | 24.07 | 0.75 | 0.48 |
| Hex | D5 | 68 | 1F | 0 | 33 | 55 | 10 | 18 | 4B | 30 |
| Octal | 325 | 150 | 37 | 0 | 63 | 125 | 20 | 30 | 113 | 60 |
| Binary | 11010101 | 1101000 | 11111 | 0 | 110011 | 1010101 | 10000 | 11000 | 1001011 | 110000 |
Color Harmonies of #D5681F
Complementary color
Monochromatic Colors of #D5681F
Black with #D5681F
Text Example
Text Example
White with #D5681F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5681F; }
p { color: rgb(213,104,31); }
H1.HeaderClassName
{
color: #D5681F;
}
.AnyTagClassName
{
color: #D5681F;
}
</style>
background-color css
<style>
a { background-color: #D5681F; }
a { background-color: rgb(213,104,31); }
div.DivClassName
{
background-color: #D5681F;
}
.BgClassName
{
background-color: #D5681F;
}
</style>
border-color css
<style>
span { border-color: #D5681F; }
span { border-color: rgb(213,104,31); }
td.TdClassName
{
border-color: #D5681F;
}
.TagClassName
{
border-color: #D5681F;
}
</style>