Shades of Old Gold #CCB443
Tints of Old Gold #CCB443
RGB
CMYK
RGB Variations
Color information
#CCB443 (or 0xCCB443) is known color: Old Gold. HEX triplet: CC, B4 and 43. RGB value is (204,180,67). Sum of RGB (Red+Green+Blue) = 204+180+67=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 180 (70.70% from 255 or 39.91% from 451); Blue value is 67 (26.56% from 255 or 14.86% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB443 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB443 is #334BBC. Grayscale: #AEAEAE. Windows color (decimal): -3361725 or 4437196. OLE color: 4437196.
HSL color Cylindrical-coordinate representation of color #CCB443: hue angle of 49.49º 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 #CCB443 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 67 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.2 |
| HSL | 49.49º | 0.57% | 0.53% | - |
| HSV(B) | 49.49º | 0.67% | 0.8% | - |
| XYZ | 42.24 | 45.89 | 11.94 | - |
| YUV | 174.29 | 67.45 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 67 | 0 | 0.12 | 0.67 | 0.2 | 49.49 | 0.57 | 0.53 |
| Hex | CC | B4 | 43 | 0 | C | 43 | 14 | 31 | 39 | 35 |
| Octal | 314 | 264 | 103 | 0 | 14 | 103 | 24 | 61 | 71 | 65 |
| Binary | 11001100 | 10110100 | 1000011 | 0 | 1100 | 1000011 | 10100 | 110001 | 111001 | 110101 |
Color Harmonies of #CCB443
Complementary color
Monochromatic Colors of #CCB443
Black with #CCB443
Text Example
Text Example
White with #CCB443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB443; }
p { color: rgb(204,180,67); }
H1.HeaderClassName
{
color: #CCB443;
}
.AnyTagClassName
{
color: #CCB443;
}
</style>
background-color css
<style>
a { background-color: #CCB443; }
a { background-color: rgb(204,180,67); }
div.DivClassName
{
background-color: #CCB443;
}
.BgClassName
{
background-color: #CCB443;
}
</style>
border-color css
<style>
span { border-color: #CCB443; }
span { border-color: rgb(204,180,67); }
td.TdClassName
{
border-color: #CCB443;
}
.TagClassName
{
border-color: #CCB443;
}
</style>