Shades of Old Gold #CCAB42
Tints of Old Gold #CCAB42
RGB
CMYK
RGB Variations
Color information
#CCAB42 (or 0xCCAB42) is known color: Old Gold. HEX triplet: CC, AB and 42. RGB value is (204,171,66). Sum of RGB (Red+Green+Blue) = 204+171+66=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 66 (26.17% from 255 or 14.97% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB42 is #3354BD. Grayscale: #A9A9A9. Windows color (decimal): -3364030 or 4369356. OLE color: 4369356.
HSL color Cylindrical-coordinate representation of color #CCAB42: hue angle of 45.65º degrees, saturation: 0.57, 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 #CCAB42 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 66 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.2 |
| HSL | 45.65º | 0.58% | 0.53% | - |
| HSV(B) | 45.65º | 0.68% | 0.8% | - |
| XYZ | 40.45 | 42.36 | 11.2 | - |
| YUV | 168.9 | 69.93 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 66 | 0 | 0.16 | 0.68 | 0.2 | 45.65 | 0.58 | 0.53 |
| Hex | CC | AB | 42 | 0 | 10 | 44 | 14 | 2E | 3A | 35 |
| Octal | 314 | 253 | 102 | 0 | 20 | 104 | 24 | 56 | 72 | 65 |
| Binary | 11001100 | 10101011 | 1000010 | 0 | 10000 | 1000100 | 10100 | 101110 | 111010 | 110101 |
Color Harmonies of #CCAB42
Complementary color
Monochromatic Colors of #CCAB42
Black with #CCAB42
Text Example
Text Example
White with #CCAB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB42; }
p { color: rgb(204,171,66); }
H1.HeaderClassName
{
color: #CCAB42;
}
.AnyTagClassName
{
color: #CCAB42;
}
</style>
background-color css
<style>
a { background-color: #CCAB42; }
a { background-color: rgb(204,171,66); }
div.DivClassName
{
background-color: #CCAB42;
}
.BgClassName
{
background-color: #CCAB42;
}
</style>
border-color css
<style>
span { border-color: #CCAB42; }
span { border-color: rgb(204,171,66); }
td.TdClassName
{
border-color: #CCAB42;
}
.TagClassName
{
border-color: #CCAB42;
}
</style>