Shades of Gold Drop #D66629
Tints of Gold Drop #D66629
RGB
CMYK
RGB Variations
Color information
#D66629 (or 0xD66629) is known color: Gold Drop. HEX triplet: D6, 66 and 29. RGB value is (214,102,41). Sum of RGB (Red+Green+Blue) = 214+102+41=357 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.94% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 214 - color contains mainly: red. Hex color #D66629 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66629 is #2999D6. Grayscale: #808080. Windows color (decimal): -2726359 or 2713302. OLE color: 2713302.
HSL color Cylindrical-coordinate representation of color #D66629: hue angle of 21.16º degrees, saturation: 0.68, 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 #D66629 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 41 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.16 |
| HSL | 21.16º | 0.68% | 0.5% | - |
| HSV(B) | 21.16º | 0.81% | 0.84% | - |
| XYZ | 32.88 | 23.96 | 4.99 | - |
| YUV | 128.53 | 78.61 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 41 | 0 | 0.52 | 0.81 | 0.16 | 21.16 | 0.68 | 0.5 |
| Hex | D6 | 66 | 29 | 0 | 34 | 51 | 10 | 15 | 44 | 32 |
| Octal | 326 | 146 | 51 | 0 | 64 | 121 | 20 | 25 | 104 | 62 |
| Binary | 11010110 | 1100110 | 101001 | 0 | 110100 | 1010001 | 10000 | 10101 | 1000100 | 110010 |
Color Harmonies of #D66629
Complementary color
Monochromatic Colors of #D66629
Black with #D66629
Text Example
Text Example
White with #D66629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66629; }
p { color: rgb(214,102,41); }
H1.HeaderClassName
{
color: #D66629;
}
.AnyTagClassName
{
color: #D66629;
}
</style>
background-color css
<style>
a { background-color: #D66629; }
a { background-color: rgb(214,102,41); }
div.DivClassName
{
background-color: #D66629;
}
.BgClassName
{
background-color: #D66629;
}
</style>
border-color css
<style>
span { border-color: #D66629; }
span { border-color: rgb(214,102,41); }
td.TdClassName
{
border-color: #D66629;
}
.TagClassName
{
border-color: #D66629;
}
</style>