Shades of Old Gold #CCB541
Tints of Old Gold #CCB541
RGB
CMYK
RGB Variations
Color information
#CCB541 (or 0xCCB541) is known color: Old Gold. HEX triplet: CC, B5 and 41. RGB value is (204,181,65). Sum of RGB (Red+Green+Blue) = 204+181+65=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 65 (25.78% from 255 or 14.44% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB541 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB541 is #334ABE. Grayscale: #AFAFAF. Windows color (decimal): -3361471 or 4306380. OLE color: 4306380.
HSL color Cylindrical-coordinate representation of color #CCB541: hue angle of 50.07º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCB541 is Cyan = 0, Magento = 0.11, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 181 | 65 | - |
| CMYK | 0 | 0.11 | 0.68 | 0.2 |
| HSL | 50.07º | 0.58% | 0.53% | - |
| HSV(B) | 50.07º | 0.68% | 0.8% | - |
| XYZ | 42.38 | 46.27 | 11.7 | - |
| YUV | 174.65 | 66.12 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 181 | 65 | 0 | 0.11 | 0.68 | 0.2 | 50.07 | 0.58 | 0.53 |
| Hex | CC | B5 | 41 | 0 | B | 44 | 14 | 32 | 3A | 35 |
| Octal | 314 | 265 | 101 | 0 | 13 | 104 | 24 | 62 | 72 | 65 |
| Binary | 11001100 | 10110101 | 1000001 | 0 | 1011 | 1000100 | 10100 | 110010 | 111010 | 110101 |
Color Harmonies of #CCB541
Complementary color
Monochromatic Colors of #CCB541
Black with #CCB541
Text Example
Text Example
White with #CCB541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB541; }
p { color: rgb(204,181,65); }
H1.HeaderClassName
{
color: #CCB541;
}
.AnyTagClassName
{
color: #CCB541;
}
</style>
background-color css
<style>
a { background-color: #CCB541; }
a { background-color: rgb(204,181,65); }
div.DivClassName
{
background-color: #CCB541;
}
.BgClassName
{
background-color: #CCB541;
}
</style>
border-color css
<style>
span { border-color: #CCB541; }
span { border-color: rgb(204,181,65); }
td.TdClassName
{
border-color: #CCB541;
}
.TagClassName
{
border-color: #CCB541;
}
</style>