Shades of Old Gold #CCB72F
Tints of Old Gold #CCB72F
RGB
CMYK
RGB Variations
Color information
#CCB72F (or 0xCCB72F) is known color: Old Gold. HEX triplet: CC, B7 and 2F. RGB value is (204,183,47). Sum of RGB (Red+Green+Blue) = 204+183+47=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 47 (18.75% from 255 or 10.83% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB72F is #3348D0. Grayscale: #AEAEAE. Windows color (decimal): -3360977 or 3127244. OLE color: 3127244.
HSL color Cylindrical-coordinate representation of color #CCB72F: hue angle of 51.97º 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 #CCB72F is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 47 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.2 |
| HSL | 51.97º | 0.63% | 0.49% | - |
| HSV(B) | 51.97º | 0.77% | 0.8% | - |
| XYZ | 42.35 | 46.91 | 9.51 | - |
| YUV | 173.78 | 56.46 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 47 | 0 | 0.10 | 0.77 | 0.2 | 51.97 | 0.63 | 0.49 |
| Hex | CC | B7 | 2F | 0 | A | 4D | 14 | 34 | 3F | 31 |
| Octal | 314 | 267 | 57 | 0 | 12 | 115 | 24 | 64 | 77 | 61 |
| Binary | 11001100 | 10110111 | 101111 | 0 | 1010 | 1001101 | 10100 | 110100 | 111111 | 110001 |
Color Harmonies of #CCB72F
Complementary color
Monochromatic Colors of #CCB72F
Black with #CCB72F
Text Example
Text Example
White with #CCB72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB72F; }
p { color: rgb(204,183,47); }
H1.HeaderClassName
{
color: #CCB72F;
}
.AnyTagClassName
{
color: #CCB72F;
}
</style>
background-color css
<style>
a { background-color: #CCB72F; }
a { background-color: rgb(204,183,47); }
div.DivClassName
{
background-color: #CCB72F;
}
.BgClassName
{
background-color: #CCB72F;
}
</style>
border-color css
<style>
span { border-color: #CCB72F; }
span { border-color: rgb(204,183,47); }
td.TdClassName
{
border-color: #CCB72F;
}
.TagClassName
{
border-color: #CCB72F;
}
</style>