Shades of Gold Drop #D66728
Tints of Gold Drop #D66728
RGB
CMYK
RGB Variations
Color information
#D66728 (or 0xD66728) is known color: Gold Drop. HEX triplet: D6, 67 and 28. RGB value is (214,103,40). Sum of RGB (Red+Green+Blue) = 214+103+40=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D66728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66728 is #2998D7. Grayscale: #818181. Windows color (decimal): -2726104 or 2648022. OLE color: 2648022.
HSL color Cylindrical-coordinate representation of color #D66728: hue angle of 21.72º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D66728 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 103 | 40 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.16 |
| HSL | 21.72º | 0.69% | 0.5% | - |
| HSV(B) | 21.72º | 0.81% | 0.84% | - |
| XYZ | 32.96 | 24.15 | 4.93 | - |
| YUV | 129.01 | 77.77 | 188.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 103 | 40 | 0 | 0.52 | 0.81 | 0.16 | 21.72 | 0.69 | 0.5 |
| Hex | D6 | 67 | 28 | 0 | 34 | 51 | 10 | 16 | 45 | 32 |
| Octal | 326 | 147 | 50 | 0 | 64 | 121 | 20 | 26 | 105 | 62 |
| Binary | 11010110 | 1100111 | 101000 | 0 | 110100 | 1010001 | 10000 | 10110 | 1000101 | 110010 |
Color Harmonies of #D66728
Complementary color
Monochromatic Colors of #D66728
Black with #D66728
Text Example
Text Example
White with #D66728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66728; }
p { color: rgb(214,103,40); }
H1.HeaderClassName
{
color: #D66728;
}
.AnyTagClassName
{
color: #D66728;
}
</style>
background-color css
<style>
a { background-color: #D66728; }
a { background-color: rgb(214,103,40); }
div.DivClassName
{
background-color: #D66728;
}
.BgClassName
{
background-color: #D66728;
}
</style>
border-color css
<style>
span { border-color: #D66728; }
span { border-color: rgb(214,103,40); }
td.TdClassName
{
border-color: #D66728;
}
.TagClassName
{
border-color: #D66728;
}
</style>