Shades of Old Gold #CCB230
Tints of Old Gold #CCB230
RGB
CMYK
RGB Variations
Color information
#CCB230 (or 0xCCB230) is known color: Old Gold. HEX triplet: CC, B2 and 30. RGB value is (204,178,48). Sum of RGB (Red+Green+Blue) = 204+178+48=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 48 (19.14% from 255 or 11.16% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB230 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB230 is #334DCF. Grayscale: #ABABAB. Windows color (decimal): -3362256 or 3191500. OLE color: 3191500.
HSL color Cylindrical-coordinate representation of color #CCB230: hue angle of 50º 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 #CCB230 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 48 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.2 |
| HSL | 50º | 0.62% | 0.49% | - |
| HSV(B) | 50º | 0.76% | 0.8% | - |
| XYZ | 41.36 | 44.89 | 9.28 | - |
| YUV | 170.95 | 58.61 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 48 | 0 | 0.13 | 0.76 | 0.2 | 50 | 0.62 | 0.49 |
| Hex | CC | B2 | 30 | 0 | D | 4C | 14 | 32 | 3E | 31 |
| Octal | 314 | 262 | 60 | 0 | 15 | 114 | 24 | 62 | 76 | 61 |
| Binary | 11001100 | 10110010 | 110000 | 0 | 1101 | 1001100 | 10100 | 110010 | 111110 | 110001 |
Color Harmonies of #CCB230
Complementary color
Monochromatic Colors of #CCB230
Black with #CCB230
Text Example
Text Example
White with #CCB230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB230; }
p { color: rgb(204,178,48); }
H1.HeaderClassName
{
color: #CCB230;
}
.AnyTagClassName
{
color: #CCB230;
}
</style>
background-color css
<style>
a { background-color: #CCB230; }
a { background-color: rgb(204,178,48); }
div.DivClassName
{
background-color: #CCB230;
}
.BgClassName
{
background-color: #CCB230;
}
</style>
border-color css
<style>
span { border-color: #CCB230; }
span { border-color: rgb(204,178,48); }
td.TdClassName
{
border-color: #CCB230;
}
.TagClassName
{
border-color: #CCB230;
}
</style>