Shades of Old Gold #CCB73D
Tints of Old Gold #CCB73D
RGB
CMYK
RGB Variations
Color information
#CCB73D (or 0xCCB73D) is known color: Old Gold. HEX triplet: CC, B7 and 3D. RGB value is (204,183,61). Sum of RGB (Red+Green+Blue) = 204+183+61=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 61 (24.22% from 255 or 13.62% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB73D is #3348C2. Grayscale: #AFAFAF. Windows color (decimal): -3360963 or 4044748. OLE color: 4044748.
HSL color Cylindrical-coordinate representation of color #CCB73D: hue angle of 51.19º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCB73D is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 61 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.2 |
| HSL | 51.19º | 0.58% | 0.52% | - |
| HSV(B) | 51.19º | 0.7% | 0.8% | - |
| XYZ | 42.68 | 47.04 | 11.25 | - |
| YUV | 175.37 | 63.46 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 61 | 0 | 0.10 | 0.70 | 0.2 | 51.19 | 0.58 | 0.52 |
| Hex | CC | B7 | 3D | 0 | A | 46 | 14 | 33 | 3A | 34 |
| Octal | 314 | 267 | 75 | 0 | 12 | 106 | 24 | 63 | 72 | 64 |
| Binary | 11001100 | 10110111 | 111101 | 0 | 1010 | 1000110 | 10100 | 110011 | 111010 | 110100 |
Color Harmonies of #CCB73D
Complementary color
Monochromatic Colors of #CCB73D
Black with #CCB73D
Text Example
Text Example
White with #CCB73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB73D; }
p { color: rgb(204,183,61); }
H1.HeaderClassName
{
color: #CCB73D;
}
.AnyTagClassName
{
color: #CCB73D;
}
</style>
background-color css
<style>
a { background-color: #CCB73D; }
a { background-color: rgb(204,183,61); }
div.DivClassName
{
background-color: #CCB73D;
}
.BgClassName
{
background-color: #CCB73D;
}
</style>
border-color css
<style>
span { border-color: #CCB73D; }
span { border-color: rgb(204,183,61); }
td.TdClassName
{
border-color: #CCB73D;
}
.TagClassName
{
border-color: #CCB73D;
}
</style>