Shades of Gold Drop #CC6429
Tints of Gold Drop #CC6429
RGB
CMYK
RGB Variations
Color information
#CC6429 (or 0xCC6429) is known color: Gold Drop. HEX triplet: CC, 64 and 29. RGB value is (204,100,41). Sum of RGB (Red+Green+Blue) = 204+100+41=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 41 (16.41% from 255 or 11.88% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6429 is #339BD6. Grayscale: #7C7C7C. Windows color (decimal): -3382231 or 2712780. OLE color: 2712780.
HSL color Cylindrical-coordinate representation of color #CC6429: hue angle of 21.72º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC6429 is Cyan = 0, Magento = 0.51, Yellow = 0.80 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 100 | 41 | - |
| CMYK | 0 | 0.51 | 0.80 | 0.2 |
| HSL | 21.72º | 0.67% | 0.48% | - |
| HSV(B) | 21.72º | 0.8% | 0.8% | - |
| XYZ | 29.86 | 22.11 | 4.79 | - |
| YUV | 124.37 | 80.96 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 100 | 41 | 0 | 0.51 | 0.80 | 0.2 | 21.72 | 0.67 | 0.48 |
| Hex | CC | 64 | 29 | 0 | 33 | 50 | 14 | 16 | 43 | 30 |
| Octal | 314 | 144 | 51 | 0 | 63 | 120 | 24 | 26 | 103 | 60 |
| Binary | 11001100 | 1100100 | 101001 | 0 | 110011 | 1010000 | 10100 | 10110 | 1000011 | 110000 |
Color Harmonies of #CC6429
Complementary color
Monochromatic Colors of #CC6429
Black with #CC6429
Text Example
Text Example
White with #CC6429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6429; }
p { color: rgb(204,100,41); }
H1.HeaderClassName
{
color: #CC6429;
}
.AnyTagClassName
{
color: #CC6429;
}
</style>
background-color css
<style>
a { background-color: #CC6429; }
a { background-color: rgb(204,100,41); }
div.DivClassName
{
background-color: #CC6429;
}
.BgClassName
{
background-color: #CC6429;
}
</style>
border-color css
<style>
span { border-color: #CC6429; }
span { border-color: rgb(204,100,41); }
td.TdClassName
{
border-color: #CC6429;
}
.TagClassName
{
border-color: #CC6429;
}
</style>