Shades of Gold Drop #D66229
Tints of Gold Drop #D66229
RGB
CMYK
RGB Variations
Color information
#D66229 (or 0xD66229) is known color: Gold Drop. HEX triplet: D6, 62 and 29. RGB value is (214,98,41). Sum of RGB (Red+Green+Blue) = 214+98+41=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 41 (16.41% from 255 or 11.61% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D66229 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D66229 is #299DD6. Grayscale: #7E7E7E. Windows color (decimal): -2727383 or 2712278. OLE color: 2712278.
HSL color Cylindrical-coordinate representation of color #D66229: hue angle of 19.77º 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 #D66229 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 98 | 41 | - |
| CMYK | 0 | 0.54 | 0.81 | 0.16 |
| HSL | 19.77º | 0.68% | 0.5% | - |
| HSV(B) | 19.77º | 0.81% | 0.84% | - |
| XYZ | 32.5 | 23.19 | 4.86 | - |
| YUV | 126.19 | 79.93 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 98 | 41 | 0 | 0.54 | 0.81 | 0.16 | 19.77 | 0.68 | 0.5 |
| Hex | D6 | 62 | 29 | 0 | 36 | 51 | 10 | 14 | 44 | 32 |
| Octal | 326 | 142 | 51 | 0 | 66 | 121 | 20 | 24 | 104 | 62 |
| Binary | 11010110 | 1100010 | 101001 | 0 | 110110 | 1010001 | 10000 | 10100 | 1000100 | 110010 |
Color Harmonies of #D66229
Complementary color
Monochromatic Colors of #D66229
Black with #D66229
Text Example
Text Example
White with #D66229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66229; }
p { color: rgb(214,98,41); }
H1.HeaderClassName
{
color: #D66229;
}
.AnyTagClassName
{
color: #D66229;
}
</style>
background-color css
<style>
a { background-color: #D66229; }
a { background-color: rgb(214,98,41); }
div.DivClassName
{
background-color: #D66229;
}
.BgClassName
{
background-color: #D66229;
}
</style>
border-color css
<style>
span { border-color: #D66229; }
span { border-color: rgb(214,98,41); }
td.TdClassName
{
border-color: #D66229;
}
.TagClassName
{
border-color: #D66229;
}
</style>