Shades of Chocolate #D5681D
Tints of Chocolate #D5681D
RGB
CMYK
RGB Variations
Color information
#D5681D (or 0xD5681D) is known color: Chocolate. HEX triplet: D5, 68 and 1D. RGB value is (213,104,29). Sum of RGB (Red+Green+Blue) = 213+104+29=346 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.56% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 29 (11.72% from 255 or 8.38% from 346); Max value from RGB is 213 - color contains mainly: red. Hex color #D5681D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5681D is #2A97E2. Grayscale: #808080. Windows color (decimal): -2791395 or 1927381. OLE color: 1927381.
HSL color Cylindrical-coordinate representation of color #D5681D: hue angle of 24.46º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5681D is Cyan = 0, Magento = 0.51, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 29 | - |
| CMYK | 0 | 0.51 | 0.86 | 0.16 |
| HSL | 24.46º | 0.76% | 0.47% | - |
| HSV(B) | 24.46º | 0.86% | 0.84% | - |
| XYZ | 32.61 | 24.14 | 4.1 | - |
| YUV | 128.04 | 72.11 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 29 | 0 | 0.51 | 0.86 | 0.16 | 24.46 | 0.76 | 0.47 |
| Hex | D5 | 68 | 1D | 0 | 33 | 56 | 10 | 18 | 4C | 2F |
| Octal | 325 | 150 | 35 | 0 | 63 | 126 | 20 | 30 | 114 | 57 |
| Binary | 11010101 | 1101000 | 11101 | 0 | 110011 | 1010110 | 10000 | 11000 | 1001100 | 101111 |
Color Harmonies of #D5681D
Complementary color
Monochromatic Colors of #D5681D
Black with #D5681D
Text Example
Text Example
White with #D5681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5681D; }
p { color: rgb(213,104,29); }
H1.HeaderClassName
{
color: #D5681D;
}
.AnyTagClassName
{
color: #D5681D;
}
</style>
background-color css
<style>
a { background-color: #D5681D; }
a { background-color: rgb(213,104,29); }
div.DivClassName
{
background-color: #D5681D;
}
.BgClassName
{
background-color: #D5681D;
}
</style>
border-color css
<style>
span { border-color: #D5681D; }
span { border-color: rgb(213,104,29); }
td.TdClassName
{
border-color: #D5681D;
}
.TagClassName
{
border-color: #D5681D;
}
</style>