Shades of Gold Drop #D66129
Tints of Gold Drop #D66129
RGB
CMYK
RGB Variations
Color information
#D66129 (or 0xD66129) is known color: Gold Drop. HEX triplet: D6, 61 and 29. RGB value is (214,97,41). Sum of RGB (Red+Green+Blue) = 214+97+41=352 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.80% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 214 - color contains mainly: red. Hex color #D66129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66129 is #299ED6. Grayscale: #7D7D7D. Windows color (decimal): -2727639 or 2712022. OLE color: 2712022.
HSL color Cylindrical-coordinate representation of color #D66129: hue angle of 19.42º 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 #D66129 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 97 | 41 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.16 |
| HSL | 19.42º | 0.68% | 0.5% | - |
| HSV(B) | 19.42º | 0.81% | 0.84% | - |
| XYZ | 32.41 | 23.01 | 4.83 | - |
| YUV | 125.6 | 80.26 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 97 | 41 | 0 | 0.55 | 0.81 | 0.16 | 19.42 | 0.68 | 0.5 |
| Hex | D6 | 61 | 29 | 0 | 37 | 51 | 10 | 13 | 44 | 32 |
| Octal | 326 | 141 | 51 | 0 | 67 | 121 | 20 | 23 | 104 | 62 |
| Binary | 11010110 | 1100001 | 101001 | 0 | 110111 | 1010001 | 10000 | 10011 | 1000100 | 110010 |
Color Harmonies of #D66129
Complementary color
Monochromatic Colors of #D66129
Black with #D66129
Text Example
Text Example
White with #D66129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66129; }
p { color: rgb(214,97,41); }
H1.HeaderClassName
{
color: #D66129;
}
.AnyTagClassName
{
color: #D66129;
}
</style>
background-color css
<style>
a { background-color: #D66129; }
a { background-color: rgb(214,97,41); }
div.DivClassName
{
background-color: #D66129;
}
.BgClassName
{
background-color: #D66129;
}
</style>
border-color css
<style>
span { border-color: #D66129; }
span { border-color: rgb(214,97,41); }
td.TdClassName
{
border-color: #D66129;
}
.TagClassName
{
border-color: #D66129;
}
</style>