Shades of Gold Drop #D86F2D
Tints of Gold Drop #D86F2D
RGB
CMYK
RGB Variations
Color information
#D86F2D (or 0xD86F2D) is known color: Gold Drop. HEX triplet: D8, 6F and 2D. RGB value is (216,111,45). Sum of RGB (Red+Green+Blue) = 216+111+45=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 111 (43.75% from 255 or 29.84% from 372); Blue value is 45 (17.97% from 255 or 12.10% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D86F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D86F2D is #2790D2. Grayscale: #878787. Windows color (decimal): -2592979 or 2977752. OLE color: 2977752.
HSL color Cylindrical-coordinate representation of color #D86F2D: hue angle of 23.16º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D86F2D is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 45 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.15 |
| HSL | 23.16º | 0.69% | 0.51% | - |
| HSV(B) | 23.16º | 0.79% | 0.85% | - |
| XYZ | 34.48 | 26.16 | 5.71 | - |
| YUV | 134.87 | 77.29 | 185.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 45 | 0 | 0.49 | 0.79 | 0.15 | 23.16 | 0.69 | 0.51 |
| Hex | D8 | 6F | 2D | 0 | 31 | 4F | F | 17 | 45 | 33 |
| Octal | 330 | 157 | 55 | 0 | 61 | 117 | 17 | 27 | 105 | 63 |
| Binary | 11011000 | 1101111 | 101101 | 0 | 110001 | 1001111 | 1111 | 10111 | 1000101 | 110011 |
Color Harmonies of #D86F2D
Complementary color
Monochromatic Colors of #D86F2D
Black with #D86F2D
Text Example
Text Example
White with #D86F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86F2D; }
p { color: rgb(216,111,45); }
H1.HeaderClassName
{
color: #D86F2D;
}
.AnyTagClassName
{
color: #D86F2D;
}
</style>
background-color css
<style>
a { background-color: #D86F2D; }
a { background-color: rgb(216,111,45); }
div.DivClassName
{
background-color: #D86F2D;
}
.BgClassName
{
background-color: #D86F2D;
}
</style>
border-color css
<style>
span { border-color: #D86F2D; }
span { border-color: rgb(216,111,45); }
td.TdClassName
{
border-color: #D86F2D;
}
.TagClassName
{
border-color: #D86F2D;
}
</style>