Shades of Old Gold #CCB42E
Tints of Old Gold #CCB42E
RGB
CMYK
RGB Variations
Color information
#CCB42E (or 0xCCB42E) is known color: Old Gold. HEX triplet: CC, B4 and 2E. RGB value is (204,180,46). Sum of RGB (Red+Green+Blue) = 204+180+46=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 46 (18.36% from 255 or 10.70% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB42E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB42E is #334BD1. Grayscale: #ACACAC. Windows color (decimal): -3361746 or 3060940. OLE color: 3060940.
HSL color Cylindrical-coordinate representation of color #CCB42E: hue angle of 50.89º 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 #CCB42E is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 46 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.2 |
| HSL | 50.89º | 0.63% | 0.49% | - |
| HSV(B) | 50.89º | 0.77% | 0.8% | - |
| XYZ | 41.72 | 45.68 | 9.2 | - |
| YUV | 171.9 | 56.95 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 46 | 0 | 0.12 | 0.77 | 0.2 | 50.89 | 0.63 | 0.49 |
| Hex | CC | B4 | 2E | 0 | C | 4D | 14 | 33 | 3F | 31 |
| Octal | 314 | 264 | 56 | 0 | 14 | 115 | 24 | 63 | 77 | 61 |
| Binary | 11001100 | 10110100 | 101110 | 0 | 1100 | 1001101 | 10100 | 110011 | 111111 | 110001 |
Color Harmonies of #CCB42E
Complementary color
Monochromatic Colors of #CCB42E
Black with #CCB42E
Text Example
Text Example
White with #CCB42E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB42E; }
p { color: rgb(204,180,46); }
H1.HeaderClassName
{
color: #CCB42E;
}
.AnyTagClassName
{
color: #CCB42E;
}
</style>
background-color css
<style>
a { background-color: #CCB42E; }
a { background-color: rgb(204,180,46); }
div.DivClassName
{
background-color: #CCB42E;
}
.BgClassName
{
background-color: #CCB42E;
}
</style>
border-color css
<style>
span { border-color: #CCB42E; }
span { border-color: rgb(204,180,46); }
td.TdClassName
{
border-color: #CCB42E;
}
.TagClassName
{
border-color: #CCB42E;
}
</style>