Shades of Old Gold #CCB441
Tints of Old Gold #CCB441
RGB
CMYK
RGB Variations
Color information
#CCB441 (or 0xCCB441) is known color: Old Gold. HEX triplet: CC, B4 and 41. RGB value is (204,180,65). Sum of RGB (Red+Green+Blue) = 204+180+65=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 65 (25.78% from 255 or 14.48% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB441 is #334BBE. Grayscale: #AEAEAE. Windows color (decimal): -3361727 or 4306124. OLE color: 4306124.
HSL color Cylindrical-coordinate representation of color #CCB441: hue angle of 49.64º 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 #CCB441 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 65 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.2 |
| HSL | 49.64º | 0.58% | 0.53% | - |
| HSV(B) | 49.64º | 0.68% | 0.8% | - |
| XYZ | 42.18 | 45.86 | 11.63 | - |
| YUV | 174.07 | 66.45 | 149.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 65 | 0 | 0.12 | 0.68 | 0.2 | 49.64 | 0.58 | 0.53 |
| Hex | CC | B4 | 41 | 0 | C | 44 | 14 | 32 | 3A | 35 |
| Octal | 314 | 264 | 101 | 0 | 14 | 104 | 24 | 62 | 72 | 65 |
| Binary | 11001100 | 10110100 | 1000001 | 0 | 1100 | 1000100 | 10100 | 110010 | 111010 | 110101 |
Color Harmonies of #CCB441
Complementary color
Monochromatic Colors of #CCB441
Black with #CCB441
Text Example
Text Example
White with #CCB441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB441; }
p { color: rgb(204,180,65); }
H1.HeaderClassName
{
color: #CCB441;
}
.AnyTagClassName
{
color: #CCB441;
}
</style>
background-color css
<style>
a { background-color: #CCB441; }
a { background-color: rgb(204,180,65); }
div.DivClassName
{
background-color: #CCB441;
}
.BgClassName
{
background-color: #CCB441;
}
</style>
border-color css
<style>
span { border-color: #CCB441; }
span { border-color: rgb(204,180,65); }
td.TdClassName
{
border-color: #CCB441;
}
.TagClassName
{
border-color: #CCB441;
}
</style>