Shades of Old Gold #CCAF40
Tints of Old Gold #CCAF40
RGB
CMYK
RGB Variations
Color information
#CCAF40 (or 0xCCAF40) is known color: Old Gold. HEX triplet: CC, AF and 40. RGB value is (204,175,64). Sum of RGB (Red+Green+Blue) = 204+175+64=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 64 (25.39% from 255 or 14.45% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAF40 is #3350BF. Grayscale: #ABABAB. Windows color (decimal): -3363008 or 4239308. OLE color: 4239308.
HSL color Cylindrical-coordinate representation of color #CCAF40: hue angle of 47.57º 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 #CCAF40 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 64 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.2 |
| HSL | 47.57º | 0.58% | 0.53% | - |
| HSV(B) | 47.57º | 0.69% | 0.8% | - |
| XYZ | 41.16 | 43.87 | 11.15 | - |
| YUV | 171.02 | 67.61 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 64 | 0 | 0.14 | 0.69 | 0.2 | 47.57 | 0.58 | 0.53 |
| Hex | CC | AF | 40 | 0 | E | 45 | 14 | 30 | 3A | 35 |
| Octal | 314 | 257 | 100 | 0 | 16 | 105 | 24 | 60 | 72 | 65 |
| Binary | 11001100 | 10101111 | 1000000 | 0 | 1110 | 1000101 | 10100 | 110000 | 111010 | 110101 |
Color Harmonies of #CCAF40
Complementary color
Monochromatic Colors of #CCAF40
Black with #CCAF40
Text Example
Text Example
White with #CCAF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF40; }
p { color: rgb(204,175,64); }
H1.HeaderClassName
{
color: #CCAF40;
}
.AnyTagClassName
{
color: #CCAF40;
}
</style>
background-color css
<style>
a { background-color: #CCAF40; }
a { background-color: rgb(204,175,64); }
div.DivClassName
{
background-color: #CCAF40;
}
.BgClassName
{
background-color: #CCAF40;
}
</style>
border-color css
<style>
span { border-color: #CCAF40; }
span { border-color: rgb(204,175,64); }
td.TdClassName
{
border-color: #CCAF40;
}
.TagClassName
{
border-color: #CCAF40;
}
</style>