Shades of Old Gold #CCB92C
Tints of Old Gold #CCB92C
RGB
CMYK
RGB Variations
Color information
#CCB92C (or 0xCCB92C) is known color: Old Gold. HEX triplet: CC, B9 and 2C. RGB value is (204,185,44). Sum of RGB (Red+Green+Blue) = 204+185+44=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 44 (17.58% from 255 or 10.16% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB92C is #3346D3. Grayscale: #AFAFAF. Windows color (decimal): -3360468 or 2931148. OLE color: 2931148.
HSL color Cylindrical-coordinate representation of color #CCB92C: hue angle of 52.88º degrees, saturation: 0.65, 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 #CCB92C is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 44 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.2 |
| HSL | 52.88º | 0.65% | 0.49% | - |
| HSV(B) | 52.88º | 0.78% | 0.8% | - |
| XYZ | 42.71 | 47.72 | 9.34 | - |
| YUV | 174.61 | 54.29 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 44 | 0 | 0.09 | 0.78 | 0.2 | 52.88 | 0.65 | 0.49 |
| Hex | CC | B9 | 2C | 0 | 9 | 4E | 14 | 35 | 41 | 31 |
| Octal | 314 | 271 | 54 | 0 | 11 | 116 | 24 | 65 | 101 | 61 |
| Binary | 11001100 | 10111001 | 101100 | 0 | 1001 | 1001110 | 10100 | 110101 | 1000001 | 110001 |
Color Harmonies of #CCB92C
Complementary color
Monochromatic Colors of #CCB92C
Black with #CCB92C
Text Example
Text Example
White with #CCB92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB92C; }
p { color: rgb(204,185,44); }
H1.HeaderClassName
{
color: #CCB92C;
}
.AnyTagClassName
{
color: #CCB92C;
}
</style>
background-color css
<style>
a { background-color: #CCB92C; }
a { background-color: rgb(204,185,44); }
div.DivClassName
{
background-color: #CCB92C;
}
.BgClassName
{
background-color: #CCB92C;
}
</style>
border-color css
<style>
span { border-color: #CCB92C; }
span { border-color: rgb(204,185,44); }
td.TdClassName
{
border-color: #CCB92C;
}
.TagClassName
{
border-color: #CCB92C;
}
</style>