Shades of Old Gold #CCAF37
Tints of Old Gold #CCAF37
RGB
CMYK
RGB Variations
Color information
#CCAF37 (or 0xCCAF37) is known color: Old Gold. HEX triplet: CC, AF and 37. RGB value is (204,175,55). Sum of RGB (Red+Green+Blue) = 204+175+55=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 55 (21.88% from 255 or 12.67% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAF37 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAF37 is #3350C8. Grayscale: #AAAAAA. Windows color (decimal): -3363017 or 3649484. OLE color: 3649484.
HSL color Cylindrical-coordinate representation of color #CCAF37: hue angle of 48.32º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCAF37 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 55 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.2 |
| HSL | 48.32º | 0.59% | 0.51% | - |
| HSV(B) | 48.32º | 0.73% | 0.8% | - |
| XYZ | 40.92 | 43.77 | 9.91 | - |
| YUV | 169.99 | 63.11 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 55 | 0 | 0.14 | 0.73 | 0.2 | 48.32 | 0.59 | 0.51 |
| Hex | CC | AF | 37 | 0 | E | 49 | 14 | 30 | 3B | 33 |
| Octal | 314 | 257 | 67 | 0 | 16 | 111 | 24 | 60 | 73 | 63 |
| Binary | 11001100 | 10101111 | 110111 | 0 | 1110 | 1001001 | 10100 | 110000 | 111011 | 110011 |
Color Harmonies of #CCAF37
Complementary color
Monochromatic Colors of #CCAF37
Black with #CCAF37
Text Example
Text Example
White with #CCAF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAF37; }
p { color: rgb(204,175,55); }
H1.HeaderClassName
{
color: #CCAF37;
}
.AnyTagClassName
{
color: #CCAF37;
}
</style>
background-color css
<style>
a { background-color: #CCAF37; }
a { background-color: rgb(204,175,55); }
div.DivClassName
{
background-color: #CCAF37;
}
.BgClassName
{
background-color: #CCAF37;
}
</style>
border-color css
<style>
span { border-color: #CCAF37; }
span { border-color: rgb(204,175,55); }
td.TdClassName
{
border-color: #CCAF37;
}
.TagClassName
{
border-color: #CCAF37;
}
</style>