Shades of Old Gold #CCB442
Tints of Old Gold #CCB442
RGB
CMYK
RGB Variations
Color information
#CCB442 (or 0xCCB442) is known color: Old Gold. HEX triplet: CC, B4 and 42. RGB value is (204,180,66). Sum of RGB (Red+Green+Blue) = 204+180+66=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 180 (70.70% from 255 or 40% from 450); Blue value is 66 (26.17% from 255 or 14.67% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB442 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB442 is #334BBD. Grayscale: #AEAEAE. Windows color (decimal): -3361726 or 4371660. OLE color: 4371660.
HSL color Cylindrical-coordinate representation of color #CCB442: hue angle of 49.57º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CCB442 is Cyan = 0, Magento = 0.12, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 66 | - |
| CMYK | 0 | 0.12 | 0.68 | 0.2 |
| HSL | 49.57º | 0.58% | 0.53% | - |
| HSV(B) | 49.57º | 0.68% | 0.8% | - |
| XYZ | 42.21 | 45.87 | 11.78 | - |
| YUV | 174.18 | 66.95 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 66 | 0 | 0.12 | 0.68 | 0.2 | 49.57 | 0.58 | 0.53 |
| Hex | CC | B4 | 42 | 0 | C | 44 | 14 | 32 | 3A | 35 |
| Octal | 314 | 264 | 102 | 0 | 14 | 104 | 24 | 62 | 72 | 65 |
| Binary | 11001100 | 10110100 | 1000010 | 0 | 1100 | 1000100 | 10100 | 110010 | 111010 | 110101 |
Color Harmonies of #CCB442
Complementary color
Monochromatic Colors of #CCB442
Black with #CCB442
Text Example
Text Example
White with #CCB442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB442; }
p { color: rgb(204,180,66); }
H1.HeaderClassName
{
color: #CCB442;
}
.AnyTagClassName
{
color: #CCB442;
}
</style>
background-color css
<style>
a { background-color: #CCB442; }
a { background-color: rgb(204,180,66); }
div.DivClassName
{
background-color: #CCB442;
}
.BgClassName
{
background-color: #CCB442;
}
</style>
border-color css
<style>
span { border-color: #CCB442; }
span { border-color: rgb(204,180,66); }
td.TdClassName
{
border-color: #CCB442;
}
.TagClassName
{
border-color: #CCB442;
}
</style>