Shades of Old Gold #CCB82D
Tints of Old Gold #CCB82D
RGB
CMYK
RGB Variations
Color information
#CCB82D (or 0xCCB82D) is known color: Old Gold. HEX triplet: CC, B8 and 2D. RGB value is (204,184,45). Sum of RGB (Red+Green+Blue) = 204+184+45=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 45 (17.97% from 255 or 10.39% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB82D is #3347D2. Grayscale: #AEAEAE. Windows color (decimal): -3360723 or 2996428. OLE color: 2996428.
HSL color Cylindrical-coordinate representation of color #CCB82D: hue angle of 52.45º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CCB82D is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 45 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.2 |
| HSL | 52.45º | 0.64% | 0.49% | - |
| HSV(B) | 52.45º | 0.78% | 0.8% | - |
| XYZ | 42.52 | 47.31 | 9.37 | - |
| YUV | 174.13 | 55.13 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 45 | 0 | 0.10 | 0.78 | 0.2 | 52.45 | 0.64 | 0.49 |
| Hex | CC | B8 | 2D | 0 | A | 4E | 14 | 34 | 40 | 31 |
| Octal | 314 | 270 | 55 | 0 | 12 | 116 | 24 | 64 | 100 | 61 |
| Binary | 11001100 | 10111000 | 101101 | 0 | 1010 | 1001110 | 10100 | 110100 | 1000000 | 110001 |
Color Harmonies of #CCB82D
Complementary color
Monochromatic Colors of #CCB82D
Black with #CCB82D
Text Example
Text Example
White with #CCB82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB82D; }
p { color: rgb(204,184,45); }
H1.HeaderClassName
{
color: #CCB82D;
}
.AnyTagClassName
{
color: #CCB82D;
}
</style>
background-color css
<style>
a { background-color: #CCB82D; }
a { background-color: rgb(204,184,45); }
div.DivClassName
{
background-color: #CCB82D;
}
.BgClassName
{
background-color: #CCB82D;
}
</style>
border-color css
<style>
span { border-color: #CCB82D; }
span { border-color: rgb(204,184,45); }
td.TdClassName
{
border-color: #CCB82D;
}
.TagClassName
{
border-color: #CCB82D;
}
</style>