Shades of Gold Drop #D66727
Tints of Gold Drop #D66727
RGB
CMYK
RGB Variations
Color information
#D66727 (or 0xD66727) is known color: Gold Drop. HEX triplet: D6, 67 and 27. RGB value is (214,103,39). Sum of RGB (Red+Green+Blue) = 214+103+39=356 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.11% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 39 (15.62% from 255 or 10.96% from 356); Max value from RGB is 214 - color contains mainly: red. Hex color #D66727 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66727 is #2998D8. Grayscale: #818181. Windows color (decimal): -2726105 or 2582486. OLE color: 2582486.
HSL color Cylindrical-coordinate representation of color #D66727: hue angle of 21.94º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D66727 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 103 | 39 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.16 |
| HSL | 21.94º | 0.69% | 0.5% | - |
| HSV(B) | 21.94º | 0.82% | 0.84% | - |
| XYZ | 32.95 | 24.14 | 4.84 | - |
| YUV | 128.89 | 77.27 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 103 | 39 | 0 | 0.52 | 0.82 | 0.16 | 21.94 | 0.69 | 0.5 |
| Hex | D6 | 67 | 27 | 0 | 34 | 52 | 10 | 16 | 45 | 32 |
| Octal | 326 | 147 | 47 | 0 | 64 | 122 | 20 | 26 | 105 | 62 |
| Binary | 11010110 | 1100111 | 100111 | 0 | 110100 | 1010010 | 10000 | 10110 | 1000101 | 110010 |
Color Harmonies of #D66727
Complementary color
Monochromatic Colors of #D66727
Black with #D66727
Text Example
Text Example
White with #D66727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66727; }
p { color: rgb(214,103,39); }
H1.HeaderClassName
{
color: #D66727;
}
.AnyTagClassName
{
color: #D66727;
}
</style>
background-color css
<style>
a { background-color: #D66727; }
a { background-color: rgb(214,103,39); }
div.DivClassName
{
background-color: #D66727;
}
.BgClassName
{
background-color: #D66727;
}
</style>
border-color css
<style>
span { border-color: #D66727; }
span { border-color: rgb(214,103,39); }
td.TdClassName
{
border-color: #D66727;
}
.TagClassName
{
border-color: #D66727;
}
</style>