Shades of Old Gold #CCB52A
Tints of Old Gold #CCB52A
RGB
CMYK
RGB Variations
Color information
#CCB52A (or 0xCCB52A) is known color: Old Gold. HEX triplet: CC, B5 and 2A. RGB value is (204,181,42). Sum of RGB (Red+Green+Blue) = 204+181+42=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 42 (16.80% from 255 or 9.84% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB52A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB52A is #334AD5. Grayscale: #ACACAC. Windows color (decimal): -3361494 or 2799052. OLE color: 2799052.
HSL color Cylindrical-coordinate representation of color #CCB52A: hue angle of 51.48º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCB52A is Cyan = 0, Magento = 0.11, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 42 | - |
| CMYK | 0 | 0.11 | 0.79 | 0.2 |
| HSL | 51.48º | 0.66% | 0.48% | - |
| HSV(B) | 51.48º | 0.79% | 0.8% | - |
| XYZ | 41.84 | 46.05 | 8.87 | - |
| YUV | 172.03 | 54.62 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 42 | 0 | 0.11 | 0.79 | 0.2 | 51.48 | 0.66 | 0.48 |
| Hex | CC | B5 | 2A | 0 | B | 4F | 14 | 33 | 42 | 30 |
| Octal | 314 | 265 | 52 | 0 | 13 | 117 | 24 | 63 | 102 | 60 |
| Binary | 11001100 | 10110101 | 101010 | 0 | 1011 | 1001111 | 10100 | 110011 | 1000010 | 110000 |
Color Harmonies of #CCB52A
Complementary color
Monochromatic Colors of #CCB52A
Black with #CCB52A
Text Example
Text Example
White with #CCB52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB52A; }
p { color: rgb(204,181,42); }
H1.HeaderClassName
{
color: #CCB52A;
}
.AnyTagClassName
{
color: #CCB52A;
}
</style>
background-color css
<style>
a { background-color: #CCB52A; }
a { background-color: rgb(204,181,42); }
div.DivClassName
{
background-color: #CCB52A;
}
.BgClassName
{
background-color: #CCB52A;
}
</style>
border-color css
<style>
span { border-color: #CCB52A; }
span { border-color: rgb(204,181,42); }
td.TdClassName
{
border-color: #CCB52A;
}
.TagClassName
{
border-color: #CCB52A;
}
</style>