Shades of Gold Drop #D06828
Tints of Gold Drop #D06828
RGB
CMYK
RGB Variations
Color information
#D06828 (or 0xD06828) is known color: Gold Drop. HEX triplet: D0, 68 and 28. RGB value is (208,104,40). Sum of RGB (Red+Green+Blue) = 208+104+40=352 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.09% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 40 (16.02% from 255 or 11.36% from 352); Max value from RGB is 208 - color contains mainly: red. Hex color #D06828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06828 is #2F97D7. Grayscale: #808080. Windows color (decimal): -3119064 or 2648272. OLE color: 2648272.
HSL color Cylindrical-coordinate representation of color #D06828: hue angle of 22.86º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D06828 is Cyan = 0, Magento = 0.5, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 40 | - |
| CMYK | 0 | 0.5 | 0.81 | 0.18 |
| HSL | 22.86º | 0.68% | 0.49% | - |
| HSV(B) | 22.86º | 0.81% | 0.82% | - |
| XYZ | 31.35 | 23.46 | 4.88 | - |
| YUV | 127.8 | 78.46 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 40 | 0 | 0.5 | 0.81 | 0.18 | 22.86 | 0.68 | 0.49 |
| Hex | D0 | 68 | 28 | 0 | 32 | 51 | 12 | 17 | 44 | 31 |
| Octal | 320 | 150 | 50 | 0 | 62 | 121 | 22 | 27 | 104 | 61 |
| Binary | 11010000 | 1101000 | 101000 | 0 | 110010 | 1010001 | 10010 | 10111 | 1000100 | 110001 |
Color Harmonies of #D06828
Complementary color
Monochromatic Colors of #D06828
Black with #D06828
Text Example
Text Example
White with #D06828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06828; }
p { color: rgb(208,104,40); }
H1.HeaderClassName
{
color: #D06828;
}
.AnyTagClassName
{
color: #D06828;
}
</style>
background-color css
<style>
a { background-color: #D06828; }
a { background-color: rgb(208,104,40); }
div.DivClassName
{
background-color: #D06828;
}
.BgClassName
{
background-color: #D06828;
}
</style>
border-color css
<style>
span { border-color: #D06828; }
span { border-color: rgb(208,104,40); }
td.TdClassName
{
border-color: #D06828;
}
.TagClassName
{
border-color: #D06828;
}
</style>