Shades of Old Gold #CCB42C
Tints of Old Gold #CCB42C
RGB
CMYK
RGB Variations
Color information
#CCB42C (or 0xCCB42C) is known color: Old Gold. HEX triplet: CC, B4 and 2C. RGB value is (204,180,44). Sum of RGB (Red+Green+Blue) = 204+180+44=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 180 (70.70% from 255 or 42.06% from 428); Blue value is 44 (17.58% from 255 or 10.28% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB42C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB42C is #334BD3. Grayscale: #ACACAC. Windows color (decimal): -3361748 or 2929868. OLE color: 2929868.
HSL color Cylindrical-coordinate representation of color #CCB42C: hue angle of 51º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCB42C is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 44 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.2 |
| HSL | 51º | 0.65% | 0.49% | - |
| HSV(B) | 51º | 0.78% | 0.8% | - |
| XYZ | 41.68 | 45.66 | 9 | - |
| YUV | 171.67 | 55.95 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 44 | 0 | 0.12 | 0.78 | 0.2 | 51 | 0.65 | 0.49 |
| Hex | CC | B4 | 2C | 0 | C | 4E | 14 | 33 | 41 | 31 |
| Octal | 314 | 264 | 54 | 0 | 14 | 116 | 24 | 63 | 101 | 61 |
| Binary | 11001100 | 10110100 | 101100 | 0 | 1100 | 1001110 | 10100 | 110011 | 1000001 | 110001 |
Color Harmonies of #CCB42C
Complementary color
Monochromatic Colors of #CCB42C
Black with #CCB42C
Text Example
Text Example
White with #CCB42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB42C; }
p { color: rgb(204,180,44); }
H1.HeaderClassName
{
color: #CCB42C;
}
.AnyTagClassName
{
color: #CCB42C;
}
</style>
background-color css
<style>
a { background-color: #CCB42C; }
a { background-color: rgb(204,180,44); }
div.DivClassName
{
background-color: #CCB42C;
}
.BgClassName
{
background-color: #CCB42C;
}
</style>
border-color css
<style>
span { border-color: #CCB42C; }
span { border-color: rgb(204,180,44); }
td.TdClassName
{
border-color: #CCB42C;
}
.TagClassName
{
border-color: #CCB42C;
}
</style>