Shades of Old Gold #CCB82B
Tints of Old Gold #CCB82B
RGB
CMYK
RGB Variations
Color information
#CCB82B (or 0xCCB82B) is known color: Old Gold. HEX triplet: CC, B8 and 2B. RGB value is (204,184,43). Sum of RGB (Red+Green+Blue) = 204+184+43=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 43 (17.19% from 255 or 9.98% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB82B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB82B is #3347D4. Grayscale: #AEAEAE. Windows color (decimal): -3360725 or 2865356. OLE color: 2865356.
HSL color Cylindrical-coordinate representation of color #CCB82B: hue angle of 52.55º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCB82B is Cyan = 0, Magento = 0.10, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 43 | - |
| CMYK | 0 | 0.10 | 0.79 | 0.2 |
| HSL | 52.55º | 0.65% | 0.48% | - |
| HSV(B) | 52.55º | 0.79% | 0.8% | - |
| XYZ | 42.48 | 47.29 | 9.18 | - |
| YUV | 173.91 | 54.13 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 43 | 0 | 0.10 | 0.79 | 0.2 | 52.55 | 0.65 | 0.48 |
| Hex | CC | B8 | 2B | 0 | A | 4F | 14 | 35 | 41 | 30 |
| Octal | 314 | 270 | 53 | 0 | 12 | 117 | 24 | 65 | 101 | 60 |
| Binary | 11001100 | 10111000 | 101011 | 0 | 1010 | 1001111 | 10100 | 110101 | 1000001 | 110000 |
Color Harmonies of #CCB82B
Complementary color
Monochromatic Colors of #CCB82B
Black with #CCB82B
Text Example
Text Example
White with #CCB82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB82B; }
p { color: rgb(204,184,43); }
H1.HeaderClassName
{
color: #CCB82B;
}
.AnyTagClassName
{
color: #CCB82B;
}
</style>
background-color css
<style>
a { background-color: #CCB82B; }
a { background-color: rgb(204,184,43); }
div.DivClassName
{
background-color: #CCB82B;
}
.BgClassName
{
background-color: #CCB82B;
}
</style>
border-color css
<style>
span { border-color: #CCB82B; }
span { border-color: rgb(204,184,43); }
td.TdClassName
{
border-color: #CCB82B;
}
.TagClassName
{
border-color: #CCB82B;
}
</style>