Shades of Old Gold #CCB72D
Tints of Old Gold #CCB72D
RGB
CMYK
RGB Variations
Color information
#CCB72D (or 0xCCB72D) is known color: Old Gold. HEX triplet: CC, B7 and 2D. RGB value is (204,183,45). Sum of RGB (Red+Green+Blue) = 204+183+45=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 45 (17.97% from 255 or 10.42% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB72D is #3348D2. Grayscale: #AEAEAE. Windows color (decimal): -3360979 or 2996172. OLE color: 2996172.
HSL color Cylindrical-coordinate representation of color #CCB72D: hue angle of 52.08º 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 #CCB72D is Cyan = 0, Magento = 0.10, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 45 | - |
| CMYK | 0 | 0.10 | 0.78 | 0.2 |
| HSL | 52.08º | 0.64% | 0.49% | - |
| HSV(B) | 52.08º | 0.78% | 0.8% | - |
| XYZ | 42.31 | 46.89 | 9.3 | - |
| YUV | 173.55 | 55.46 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 45 | 0 | 0.10 | 0.78 | 0.2 | 52.08 | 0.64 | 0.49 |
| Hex | CC | B7 | 2D | 0 | A | 4E | 14 | 34 | 40 | 31 |
| Octal | 314 | 267 | 55 | 0 | 12 | 116 | 24 | 64 | 100 | 61 |
| Binary | 11001100 | 10110111 | 101101 | 0 | 1010 | 1001110 | 10100 | 110100 | 1000000 | 110001 |
Color Harmonies of #CCB72D
Complementary color
Monochromatic Colors of #CCB72D
Black with #CCB72D
Text Example
Text Example
White with #CCB72D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB72D; }
p { color: rgb(204,183,45); }
H1.HeaderClassName
{
color: #CCB72D;
}
.AnyTagClassName
{
color: #CCB72D;
}
</style>
background-color css
<style>
a { background-color: #CCB72D; }
a { background-color: rgb(204,183,45); }
div.DivClassName
{
background-color: #CCB72D;
}
.BgClassName
{
background-color: #CCB72D;
}
</style>
border-color css
<style>
span { border-color: #CCB72D; }
span { border-color: rgb(204,183,45); }
td.TdClassName
{
border-color: #CCB72D;
}
.TagClassName
{
border-color: #CCB72D;
}
</style>