Shades of Old Gold #CCB830
Tints of Old Gold #CCB830
RGB
CMYK
RGB Variations
Color information
#CCB830 (or 0xCCB830) is known color: Old Gold. HEX triplet: CC, B8 and 30. RGB value is (204,184,48). Sum of RGB (Red+Green+Blue) = 204+184+48=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 48 (19.14% from 255 or 11.01% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB830 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB830 is #3347CF. Grayscale: #AFAFAF. Windows color (decimal): -3360720 or 3193036. OLE color: 3193036.
HSL color Cylindrical-coordinate representation of color #CCB830: hue angle of 52.31º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CCB830 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 48 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.2 |
| HSL | 52.31º | 0.62% | 0.49% | - |
| HSV(B) | 52.31º | 0.76% | 0.8% | - |
| XYZ | 42.58 | 47.33 | 9.69 | - |
| YUV | 174.48 | 56.63 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 48 | 0 | 0.10 | 0.76 | 0.2 | 52.31 | 0.62 | 0.49 |
| Hex | CC | B8 | 30 | 0 | A | 4C | 14 | 34 | 3E | 31 |
| Octal | 314 | 270 | 60 | 0 | 12 | 114 | 24 | 64 | 76 | 61 |
| Binary | 11001100 | 10111000 | 110000 | 0 | 1010 | 1001100 | 10100 | 110100 | 111110 | 110001 |
Color Harmonies of #CCB830
Complementary color
Monochromatic Colors of #CCB830
Black with #CCB830
Text Example
Text Example
White with #CCB830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB830; }
p { color: rgb(204,184,48); }
H1.HeaderClassName
{
color: #CCB830;
}
.AnyTagClassName
{
color: #CCB830;
}
</style>
background-color css
<style>
a { background-color: #CCB830; }
a { background-color: rgb(204,184,48); }
div.DivClassName
{
background-color: #CCB830;
}
.BgClassName
{
background-color: #CCB830;
}
</style>
border-color css
<style>
span { border-color: #CCB830; }
span { border-color: rgb(204,184,48); }
td.TdClassName
{
border-color: #CCB830;
}
.TagClassName
{
border-color: #CCB830;
}
</style>