Shades of Old Gold #CCB92F
Tints of Old Gold #CCB92F
RGB
CMYK
RGB Variations
Color information
#CCB92F (or 0xCCB92F) is known color: Old Gold. HEX triplet: CC, B9 and 2F. RGB value is (204,185,47). Sum of RGB (Red+Green+Blue) = 204+185+47=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 47 (18.75% from 255 or 10.78% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB92F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB92F is #3346D0. Grayscale: #AFAFAF. Windows color (decimal): -3360465 or 3127756. OLE color: 3127756.
HSL color Cylindrical-coordinate representation of color #CCB92F: hue angle of 52.74º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CCB92F is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 185 | 47 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.2 |
| HSL | 52.74º | 0.63% | 0.49% | - |
| HSV(B) | 52.74º | 0.77% | 0.8% | - |
| XYZ | 42.76 | 47.74 | 9.65 | - |
| YUV | 174.95 | 55.79 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 185 | 47 | 0 | 0.09 | 0.77 | 0.2 | 52.74 | 0.63 | 0.49 |
| Hex | CC | B9 | 2F | 0 | 9 | 4D | 14 | 35 | 3F | 31 |
| Octal | 314 | 271 | 57 | 0 | 11 | 115 | 24 | 65 | 77 | 61 |
| Binary | 11001100 | 10111001 | 101111 | 0 | 1001 | 1001101 | 10100 | 110101 | 111111 | 110001 |
Color Harmonies of #CCB92F
Complementary color
Monochromatic Colors of #CCB92F
Black with #CCB92F
Text Example
Text Example
White with #CCB92F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB92F; }
p { color: rgb(204,185,47); }
H1.HeaderClassName
{
color: #CCB92F;
}
.AnyTagClassName
{
color: #CCB92F;
}
</style>
background-color css
<style>
a { background-color: #CCB92F; }
a { background-color: rgb(204,185,47); }
div.DivClassName
{
background-color: #CCB92F;
}
.BgClassName
{
background-color: #CCB92F;
}
</style>
border-color css
<style>
span { border-color: #CCB92F; }
span { border-color: rgb(204,185,47); }
td.TdClassName
{
border-color: #CCB92F;
}
.TagClassName
{
border-color: #CCB92F;
}
</style>