Shades of Gold Drop #CC6A34
Tints of Gold Drop #CC6A34
RGB
CMYK
RGB Variations
Color information
#CC6A34 (or 0xCC6A34) is known color: Gold Drop. HEX triplet: CC, 6A and 34. RGB value is (204,106,52). Sum of RGB (Red+Green+Blue) = 204+106+52=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6A34 is #3395CB. Grayscale: #818181. Windows color (decimal): -3380684 or 3435212. OLE color: 3435212.
HSL color Cylindrical-coordinate representation of color #CC6A34: hue angle of 21.32º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC6A34 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 106 | 52 | - |
| CMYK | 0 | 0.48 | 0.75 | 0.2 |
| HSL | 21.32º | 0.6% | 0.5% | - |
| HSV(B) | 21.32º | 0.75% | 0.8% | - |
| XYZ | 30.68 | 23.39 | 6.15 | - |
| YUV | 129.15 | 84.47 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 106 | 52 | 0 | 0.48 | 0.75 | 0.2 | 21.32 | 0.6 | 0.5 |
| Hex | CC | 6A | 34 | 0 | 30 | 4B | 14 | 15 | 3C | 32 |
| Octal | 314 | 152 | 64 | 0 | 60 | 113 | 24 | 25 | 74 | 62 |
| Binary | 11001100 | 1101010 | 110100 | 0 | 110000 | 1001011 | 10100 | 10101 | 111100 | 110010 |
Color Harmonies of #CC6A34
Complementary color
Monochromatic Colors of #CC6A34
Black with #CC6A34
Text Example
Text Example
White with #CC6A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6A34; }
p { color: rgb(204,106,52); }
H1.HeaderClassName
{
color: #CC6A34;
}
.AnyTagClassName
{
color: #CC6A34;
}
</style>
background-color css
<style>
a { background-color: #CC6A34; }
a { background-color: rgb(204,106,52); }
div.DivClassName
{
background-color: #CC6A34;
}
.BgClassName
{
background-color: #CC6A34;
}
</style>
border-color css
<style>
span { border-color: #CC6A34; }
span { border-color: rgb(204,106,52); }
td.TdClassName
{
border-color: #CC6A34;
}
.TagClassName
{
border-color: #CC6A34;
}
</style>