Shades of Gold Drop #D06831
Tints of Gold Drop #D06831
RGB
CMYK
RGB Variations
Color information
#D06831 (or 0xD06831) is known color: Gold Drop. HEX triplet: D0, 68 and 31. RGB value is (208,104,49). Sum of RGB (Red+Green+Blue) = 208+104+49=361 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.62% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 208 - color contains mainly: red. Hex color #D06831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06831 is #2F97CE. Grayscale: #818181. Windows color (decimal): -3119055 or 3238096. OLE color: 3238096.
HSL color Cylindrical-coordinate representation of color #D06831: hue angle of 20.75º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D06831 is Cyan = 0, Magento = 0.5, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 49 | - |
| CMYK | 0 | 0.5 | 0.76 | 0.18 |
| HSL | 20.75º | 0.63% | 0.5% | - |
| HSV(B) | 20.75º | 0.76% | 0.82% | - |
| XYZ | 31.52 | 23.53 | 5.79 | - |
| YUV | 128.83 | 82.96 | 184.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 49 | 0 | 0.5 | 0.76 | 0.18 | 20.75 | 0.63 | 0.5 |
| Hex | D0 | 68 | 31 | 0 | 32 | 4C | 12 | 15 | 3F | 32 |
| Octal | 320 | 150 | 61 | 0 | 62 | 114 | 22 | 25 | 77 | 62 |
| Binary | 11010000 | 1101000 | 110001 | 0 | 110010 | 1001100 | 10010 | 10101 | 111111 | 110010 |
Color Harmonies of #D06831
Complementary color
Monochromatic Colors of #D06831
Black with #D06831
Text Example
Text Example
White with #D06831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06831; }
p { color: rgb(208,104,49); }
H1.HeaderClassName
{
color: #D06831;
}
.AnyTagClassName
{
color: #D06831;
}
</style>
background-color css
<style>
a { background-color: #D06831; }
a { background-color: rgb(208,104,49); }
div.DivClassName
{
background-color: #D06831;
}
.BgClassName
{
background-color: #D06831;
}
</style>
border-color css
<style>
span { border-color: #D06831; }
span { border-color: rgb(208,104,49); }
td.TdClassName
{
border-color: #D06831;
}
.TagClassName
{
border-color: #D06831;
}
</style>