Shades of Gold Drop #CE6429
Tints of Gold Drop #CE6429
RGB
CMYK
RGB Variations
Color information
#CE6429 (or 0xCE6429) is known color: Gold Drop. HEX triplet: CE, 64 and 29. RGB value is (206,100,41). Sum of RGB (Red+Green+Blue) = 206+100+41=347 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.37% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 41 (16.41% from 255 or 11.82% from 347); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6429 is #319BD6. Grayscale: #7D7D7D. Windows color (decimal): -3251159 or 2712782. OLE color: 2712782.
HSL color Cylindrical-coordinate representation of color #CE6429: hue angle of 21.45º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE6429 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 100 | 41 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.19 |
| HSL | 21.45º | 0.67% | 0.48% | - |
| HSV(B) | 21.45º | 0.8% | 0.81% | - |
| XYZ | 30.41 | 22.4 | 4.82 | - |
| YUV | 124.97 | 80.62 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 41 | 0 | 0.51 | 0.80 | 0.19 | 21.45 | 0.67 | 0.48 |
| Hex | CE | 64 | 29 | 0 | 33 | 50 | 13 | 15 | 43 | 30 |
| Octal | 316 | 144 | 51 | 0 | 63 | 120 | 23 | 25 | 103 | 60 |
| Binary | 11001110 | 1100100 | 101001 | 0 | 110011 | 1010000 | 10011 | 10101 | 1000011 | 110000 |
Color Harmonies of #CE6429
Complementary color
Monochromatic Colors of #CE6429
Black with #CE6429
Text Example
Text Example
White with #CE6429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6429; }
p { color: rgb(206,100,41); }
H1.HeaderClassName
{
color: #CE6429;
}
.AnyTagClassName
{
color: #CE6429;
}
</style>
background-color css
<style>
a { background-color: #CE6429; }
a { background-color: rgb(206,100,41); }
div.DivClassName
{
background-color: #CE6429;
}
.BgClassName
{
background-color: #CE6429;
}
</style>
border-color css
<style>
span { border-color: #CE6429; }
span { border-color: rgb(206,100,41); }
td.TdClassName
{
border-color: #CE6429;
}
.TagClassName
{
border-color: #CE6429;
}
</style>