Shades of Old Gold #CCB444
Tints of Old Gold #CCB444
RGB
CMYK
RGB Variations
Color information
#CCB444 (or 0xCCB444) is known color: Old Gold. HEX triplet: CC, B4 and 44. RGB value is (204,180,68). Sum of RGB (Red+Green+Blue) = 204+180+68=452 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.13% from 452); Green value is 180 (70.70% from 255 or 39.82% from 452); Blue value is 68 (26.95% from 255 or 15.04% from 452); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB444 is #334BBB. Grayscale: #AEAEAE. Windows color (decimal): -3361724 or 4502732. OLE color: 4502732.
HSL color Cylindrical-coordinate representation of color #CCB444: hue angle of 49.41º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCB444 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 68 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.2 |
| HSL | 49.41º | 0.57% | 0.53% | - |
| HSV(B) | 49.41º | 0.67% | 0.8% | - |
| XYZ | 42.27 | 45.9 | 12.1 | - |
| YUV | 174.41 | 67.95 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 68 | 0 | 0.12 | 0.67 | 0.2 | 49.41 | 0.57 | 0.53 |
| Hex | CC | B4 | 44 | 0 | C | 43 | 14 | 31 | 39 | 35 |
| Octal | 314 | 264 | 104 | 0 | 14 | 103 | 24 | 61 | 71 | 65 |
| Binary | 11001100 | 10110100 | 1000100 | 0 | 1100 | 1000011 | 10100 | 110001 | 111001 | 110101 |
Color Harmonies of #CCB444
Complementary color
Monochromatic Colors of #CCB444
Black with #CCB444
Text Example
Text Example
White with #CCB444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB444; }
p { color: rgb(204,180,68); }
H1.HeaderClassName
{
color: #CCB444;
}
.AnyTagClassName
{
color: #CCB444;
}
</style>
background-color css
<style>
a { background-color: #CCB444; }
a { background-color: rgb(204,180,68); }
div.DivClassName
{
background-color: #CCB444;
}
.BgClassName
{
background-color: #CCB444;
}
</style>
border-color css
<style>
span { border-color: #CCB444; }
span { border-color: rgb(204,180,68); }
td.TdClassName
{
border-color: #CCB444;
}
.TagClassName
{
border-color: #CCB444;
}
</style>