Shades of Old Gold #CCB527
Tints of Old Gold #CCB527
RGB
CMYK
RGB Variations
Color information
#CCB527 (or 0xCCB527) is known color: Old Gold. HEX triplet: CC, B5 and 27. RGB value is (204,181,39). Sum of RGB (Red+Green+Blue) = 204+181+39=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 181 (71.09% from 255 or 42.69% from 424); Blue value is 39 (15.62% from 255 or 9.20% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB527 is #334AD8. Grayscale: #ACACAC. Windows color (decimal): -3361497 or 2602444. OLE color: 2602444.
HSL color Cylindrical-coordinate representation of color #CCB527: hue angle of 51.64º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCB527 is Cyan = 0, Magento = 0.11, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 39 | - |
| CMYK | 0 | 0.11 | 0.81 | 0.2 |
| HSL | 51.64º | 0.68% | 0.48% | - |
| HSV(B) | 51.64º | 0.81% | 0.8% | - |
| XYZ | 41.79 | 46.03 | 8.6 | - |
| YUV | 171.69 | 53.12 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 39 | 0 | 0.11 | 0.81 | 0.2 | 51.64 | 0.68 | 0.48 |
| Hex | CC | B5 | 27 | 0 | B | 51 | 14 | 34 | 44 | 30 |
| Octal | 314 | 265 | 47 | 0 | 13 | 121 | 24 | 64 | 104 | 60 |
| Binary | 11001100 | 10110101 | 100111 | 0 | 1011 | 1010001 | 10100 | 110100 | 1000100 | 110000 |
Color Harmonies of #CCB527
Complementary color
Monochromatic Colors of #CCB527
Black with #CCB527
Text Example
Text Example
White with #CCB527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB527; }
p { color: rgb(204,181,39); }
H1.HeaderClassName
{
color: #CCB527;
}
.AnyTagClassName
{
color: #CCB527;
}
</style>
background-color css
<style>
a { background-color: #CCB527; }
a { background-color: rgb(204,181,39); }
div.DivClassName
{
background-color: #CCB527;
}
.BgClassName
{
background-color: #CCB527;
}
</style>
border-color css
<style>
span { border-color: #CCB527; }
span { border-color: rgb(204,181,39); }
td.TdClassName
{
border-color: #CCB527;
}
.TagClassName
{
border-color: #CCB527;
}
</style>