Shades of Old Gold #CCB440
Tints of Old Gold #CCB440
RGB
CMYK
RGB Variations
Color information
#CCB440 (or 0xCCB440) is known color: Old Gold. HEX triplet: CC, B4 and 40. RGB value is (204,180,64). Sum of RGB (Red+Green+Blue) = 204+180+64=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB440 is #334BBF. Grayscale: #AEAEAE. Windows color (decimal): -3361728 or 4240588. OLE color: 4240588.
HSL color Cylindrical-coordinate representation of color #CCB440: hue angle of 49.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CCB440 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 64 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.2 |
| HSL | 49.71º | 0.58% | 0.53% | - |
| HSV(B) | 49.71º | 0.69% | 0.8% | - |
| XYZ | 42.15 | 45.85 | 11.48 | - |
| YUV | 173.95 | 65.95 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 64 | 0 | 0.12 | 0.69 | 0.2 | 49.71 | 0.58 | 0.53 |
| Hex | CC | B4 | 40 | 0 | C | 45 | 14 | 32 | 3A | 35 |
| Octal | 314 | 264 | 100 | 0 | 14 | 105 | 24 | 62 | 72 | 65 |
| Binary | 11001100 | 10110100 | 1000000 | 0 | 1100 | 1000101 | 10100 | 110010 | 111010 | 110101 |
Color Harmonies of #CCB440
Complementary color
Monochromatic Colors of #CCB440
Black with #CCB440
Text Example
Text Example
White with #CCB440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB440; }
p { color: rgb(204,180,64); }
H1.HeaderClassName
{
color: #CCB440;
}
.AnyTagClassName
{
color: #CCB440;
}
</style>
background-color css
<style>
a { background-color: #CCB440; }
a { background-color: rgb(204,180,64); }
div.DivClassName
{
background-color: #CCB440;
}
.BgClassName
{
background-color: #CCB440;
}
</style>
border-color css
<style>
span { border-color: #CCB440; }
span { border-color: rgb(204,180,64); }
td.TdClassName
{
border-color: #CCB440;
}
.TagClassName
{
border-color: #CCB440;
}
</style>