Shades of Old Gold #CCB83D
Tints of Old Gold #CCB83D
RGB
CMYK
RGB Variations
Color information
#CCB83D (or 0xCCB83D) is known color: Old Gold. HEX triplet: CC, B8 and 3D. RGB value is (204,184,61). Sum of RGB (Red+Green+Blue) = 204+184+61=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 61 (24.22% from 255 or 13.59% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB83D is #3347C2. Grayscale: #B0B0B0. Windows color (decimal): -3360707 or 4045004. OLE color: 4045004.
HSL color Cylindrical-coordinate representation of color #CCB83D: hue angle of 51.61º 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 #CCB83D is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 61 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.2 |
| HSL | 51.61º | 0.58% | 0.52% | - |
| HSV(B) | 51.61º | 0.7% | 0.8% | - |
| XYZ | 42.88 | 47.46 | 11.31 | - |
| YUV | 175.96 | 63.13 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 61 | 0 | 0.10 | 0.70 | 0.2 | 51.61 | 0.58 | 0.52 |
| Hex | CC | B8 | 3D | 0 | A | 46 | 14 | 34 | 3A | 34 |
| Octal | 314 | 270 | 75 | 0 | 12 | 106 | 24 | 64 | 72 | 64 |
| Binary | 11001100 | 10111000 | 111101 | 0 | 1010 | 1000110 | 10100 | 110100 | 111010 | 110100 |
Color Harmonies of #CCB83D
Complementary color
Monochromatic Colors of #CCB83D
Black with #CCB83D
Text Example
Text Example
White with #CCB83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB83D; }
p { color: rgb(204,184,61); }
H1.HeaderClassName
{
color: #CCB83D;
}
.AnyTagClassName
{
color: #CCB83D;
}
</style>
background-color css
<style>
a { background-color: #CCB83D; }
a { background-color: rgb(204,184,61); }
div.DivClassName
{
background-color: #CCB83D;
}
.BgClassName
{
background-color: #CCB83D;
}
</style>
border-color css
<style>
span { border-color: #CCB83D; }
span { border-color: rgb(204,184,61); }
td.TdClassName
{
border-color: #CCB83D;
}
.TagClassName
{
border-color: #CCB83D;
}
</style>