Shades of Gold Drop #D66627
Tints of Gold Drop #D66627
RGB
CMYK
RGB Variations
Color information
#D66627 (or 0xD66627) is known color: Gold Drop. HEX triplet: D6, 66 and 27. RGB value is (214,102,39). Sum of RGB (Red+Green+Blue) = 214+102+39=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D66627 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66627 is #2999D8. Grayscale: #808080. Windows color (decimal): -2726361 or 2582230. OLE color: 2582230.
HSL color Cylindrical-coordinate representation of color #D66627: hue angle of 21.6º 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 #D66627 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 39 | - |
| CMYK | 0 | 0.52 | 0.82 | 0.16 |
| HSL | 21.6º | 0.69% | 0.5% | - |
| HSV(B) | 21.6º | 0.82% | 0.84% | - |
| XYZ | 32.85 | 23.95 | 4.81 | - |
| YUV | 128.31 | 77.61 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 39 | 0 | 0.52 | 0.82 | 0.16 | 21.6 | 0.69 | 0.5 |
| Hex | D6 | 66 | 27 | 0 | 34 | 52 | 10 | 16 | 45 | 32 |
| Octal | 326 | 146 | 47 | 0 | 64 | 122 | 20 | 26 | 105 | 62 |
| Binary | 11010110 | 1100110 | 100111 | 0 | 110100 | 1010010 | 10000 | 10110 | 1000101 | 110010 |
Color Harmonies of #D66627
Complementary color
Monochromatic Colors of #D66627
Black with #D66627
Text Example
Text Example
White with #D66627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66627; }
p { color: rgb(214,102,39); }
H1.HeaderClassName
{
color: #D66627;
}
.AnyTagClassName
{
color: #D66627;
}
</style>
background-color css
<style>
a { background-color: #D66627; }
a { background-color: rgb(214,102,39); }
div.DivClassName
{
background-color: #D66627;
}
.BgClassName
{
background-color: #D66627;
}
</style>
border-color css
<style>
span { border-color: #D66627; }
span { border-color: rgb(214,102,39); }
td.TdClassName
{
border-color: #D66627;
}
.TagClassName
{
border-color: #D66627;
}
</style>