Shades of Old Gold #CCB42F
Tints of Old Gold #CCB42F
RGB
CMYK
RGB Variations
Color information
#CCB42F (or 0xCCB42F) is known color: Old Gold. HEX triplet: CC, B4 and 2F. RGB value is (204,180,47). Sum of RGB (Red+Green+Blue) = 204+180+47=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 47 (18.75% from 255 or 10.90% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB42F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB42F is #334BD0. Grayscale: #ACACAC. Windows color (decimal): -3361745 or 3126476. OLE color: 3126476.
HSL color Cylindrical-coordinate representation of color #CCB42F: hue angle of 50.83º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCB42F is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 47 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.2 |
| HSL | 50.83º | 0.63% | 0.49% | - |
| HSV(B) | 50.83º | 0.77% | 0.8% | - |
| XYZ | 41.74 | 45.69 | 9.31 | - |
| YUV | 172.01 | 57.45 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 47 | 0 | 0.12 | 0.77 | 0.2 | 50.83 | 0.63 | 0.49 |
| Hex | CC | B4 | 2F | 0 | C | 4D | 14 | 33 | 3F | 31 |
| Octal | 314 | 264 | 57 | 0 | 14 | 115 | 24 | 63 | 77 | 61 |
| Binary | 11001100 | 10110100 | 101111 | 0 | 1100 | 1001101 | 10100 | 110011 | 111111 | 110001 |
Color Harmonies of #CCB42F
Complementary color
Monochromatic Colors of #CCB42F
Black with #CCB42F
Text Example
Text Example
White with #CCB42F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB42F; }
p { color: rgb(204,180,47); }
H1.HeaderClassName
{
color: #CCB42F;
}
.AnyTagClassName
{
color: #CCB42F;
}
</style>
background-color css
<style>
a { background-color: #CCB42F; }
a { background-color: rgb(204,180,47); }
div.DivClassName
{
background-color: #CCB42F;
}
.BgClassName
{
background-color: #CCB42F;
}
</style>
border-color css
<style>
span { border-color: #CCB42F; }
span { border-color: rgb(204,180,47); }
td.TdClassName
{
border-color: #CCB42F;
}
.TagClassName
{
border-color: #CCB42F;
}
</style>