Shades of Old Gold #CCB83E
Tints of Old Gold #CCB83E
RGB
CMYK
RGB Variations
Color information
#CCB83E (or 0xCCB83E) is known color: Old Gold. HEX triplet: CC, B8 and 3E. RGB value is (204,184,62). Sum of RGB (Red+Green+Blue) = 204+184+62=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 62 (24.61% from 255 or 13.78% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB83E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB83E is #3347C1. Grayscale: #B0B0B0. Windows color (decimal): -3360706 or 4110540. OLE color: 4110540.
HSL color Cylindrical-coordinate representation of color #CCB83E: hue angle of 51.55º 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 #CCB83E is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 62 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.2 |
| HSL | 51.55º | 0.58% | 0.52% | - |
| HSV(B) | 51.55º | 0.7% | 0.8% | - |
| XYZ | 42.91 | 47.47 | 11.46 | - |
| YUV | 176.07 | 63.63 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 62 | 0 | 0.10 | 0.70 | 0.2 | 51.55 | 0.58 | 0.52 |
| Hex | CC | B8 | 3E | 0 | A | 46 | 14 | 34 | 3A | 34 |
| Octal | 314 | 270 | 76 | 0 | 12 | 106 | 24 | 64 | 72 | 64 |
| Binary | 11001100 | 10111000 | 111110 | 0 | 1010 | 1000110 | 10100 | 110100 | 111010 | 110100 |
Color Harmonies of #CCB83E
Complementary color
Monochromatic Colors of #CCB83E
Black with #CCB83E
Text Example
Text Example
White with #CCB83E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB83E; }
p { color: rgb(204,184,62); }
H1.HeaderClassName
{
color: #CCB83E;
}
.AnyTagClassName
{
color: #CCB83E;
}
</style>
background-color css
<style>
a { background-color: #CCB83E; }
a { background-color: rgb(204,184,62); }
div.DivClassName
{
background-color: #CCB83E;
}
.BgClassName
{
background-color: #CCB83E;
}
</style>
border-color css
<style>
span { border-color: #CCB83E; }
span { border-color: rgb(204,184,62); }
td.TdClassName
{
border-color: #CCB83E;
}
.TagClassName
{
border-color: #CCB83E;
}
</style>