Shades of Old Gold #CCB92D
Tints of Old Gold #CCB92D
RGB
CMYK
RGB Variations
Color information
#CCB92D (or 0xCCB92D) is known color: Old Gold. HEX triplet: CC, B9 and 2D. RGB value is (204,185,45). Sum of RGB (Red+Green+Blue) = 204+185+45=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 185 (72.66% from 255 or 42.63% from 434); Blue value is 45 (17.97% from 255 or 10.37% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB92D is #3346D2. Grayscale: #AFAFAF. Windows color (decimal): -3360467 or 2996684. OLE color: 2996684.
HSL color Cylindrical-coordinate representation of color #CCB92D: hue angle of 52.83º 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 #CCB92D is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 45 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.2 |
| HSL | 52.83º | 0.64% | 0.49% | - |
| HSV(B) | 52.83º | 0.78% | 0.8% | - |
| XYZ | 42.72 | 47.72 | 9.44 | - |
| YUV | 174.72 | 54.79 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 45 | 0 | 0.09 | 0.78 | 0.2 | 52.83 | 0.64 | 0.49 |
| Hex | CC | B9 | 2D | 0 | 9 | 4E | 14 | 35 | 40 | 31 |
| Octal | 314 | 271 | 55 | 0 | 11 | 116 | 24 | 65 | 100 | 61 |
| Binary | 11001100 | 10111001 | 101101 | 0 | 1001 | 1001110 | 10100 | 110101 | 1000000 | 110001 |
Color Harmonies of #CCB92D
Complementary color
Monochromatic Colors of #CCB92D
Black with #CCB92D
Text Example
Text Example
White with #CCB92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB92D; }
p { color: rgb(204,185,45); }
H1.HeaderClassName
{
color: #CCB92D;
}
.AnyTagClassName
{
color: #CCB92D;
}
</style>
background-color css
<style>
a { background-color: #CCB92D; }
a { background-color: rgb(204,185,45); }
div.DivClassName
{
background-color: #CCB92D;
}
.BgClassName
{
background-color: #CCB92D;
}
</style>
border-color css
<style>
span { border-color: #CCB92D; }
span { border-color: rgb(204,185,45); }
td.TdClassName
{
border-color: #CCB92D;
}
.TagClassName
{
border-color: #CCB92D;
}
</style>