Shades of Gold Drop #D06728
Tints of Gold Drop #D06728
RGB
CMYK
RGB Variations
Color information
#D06728 (or 0xD06728) is known color: Gold Drop. HEX triplet: D0, 67 and 28. RGB value is (208,103,40). Sum of RGB (Red+Green+Blue) = 208+103+40=351 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.26% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 40 (16.02% from 255 or 11.40% from 351); Max value from RGB is 208 - color contains mainly: red. Hex color #D06728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06728 is #2F98D7. Grayscale: #7F7F7F. Windows color (decimal): -3119320 or 2648016. OLE color: 2648016.
HSL color Cylindrical-coordinate representation of color #D06728: hue angle of 22.5º 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 #D06728 is Cyan = 0, Magento = 0.50, Yellow = 0.81 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 40 | - |
| CMYK | 0 | 0.50 | 0.81 | 0.18 |
| HSL | 22.5º | 0.68% | 0.49% | - |
| HSV(B) | 22.5º | 0.81% | 0.82% | - |
| XYZ | 31.25 | 23.26 | 4.85 | - |
| YUV | 127.21 | 78.79 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 40 | 0 | 0.50 | 0.81 | 0.18 | 22.5 | 0.68 | 0.49 |
| Hex | D0 | 67 | 28 | 0 | 32 | 51 | 12 | 16 | 44 | 31 |
| Octal | 320 | 147 | 50 | 0 | 62 | 121 | 22 | 26 | 104 | 61 |
| Binary | 11010000 | 1100111 | 101000 | 0 | 110010 | 1010001 | 10010 | 10110 | 1000100 | 110001 |
Color Harmonies of #D06728
Complementary color
Monochromatic Colors of #D06728
Black with #D06728
Text Example
Text Example
White with #D06728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06728; }
p { color: rgb(208,103,40); }
H1.HeaderClassName
{
color: #D06728;
}
.AnyTagClassName
{
color: #D06728;
}
</style>
background-color css
<style>
a { background-color: #D06728; }
a { background-color: rgb(208,103,40); }
div.DivClassName
{
background-color: #D06728;
}
.BgClassName
{
background-color: #D06728;
}
</style>
border-color css
<style>
span { border-color: #D06728; }
span { border-color: rgb(208,103,40); }
td.TdClassName
{
border-color: #D06728;
}
.TagClassName
{
border-color: #D06728;
}
</style>