Shades of Old Gold #CCB234
Tints of Old Gold #CCB234
RGB
CMYK
RGB Variations
Color information
#CCB234 (or 0xCCB234) is known color: Old Gold. HEX triplet: CC, B2 and 34. RGB value is (204,178,52). Sum of RGB (Red+Green+Blue) = 204+178+52=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 52 (20.70% from 255 or 11.98% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB234 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB234 is #334DCB. Grayscale: #ABABAB. Windows color (decimal): -3362252 or 3453644. OLE color: 3453644.
HSL color Cylindrical-coordinate representation of color #CCB234: hue angle of 49.74º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCB234 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 52 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.2 |
| HSL | 49.74º | 0.6% | 0.5% | - |
| HSV(B) | 49.74º | 0.75% | 0.8% | - |
| XYZ | 41.44 | 44.93 | 9.74 | - |
| YUV | 171.41 | 60.61 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 52 | 0 | 0.13 | 0.75 | 0.2 | 49.74 | 0.6 | 0.5 |
| Hex | CC | B2 | 34 | 0 | D | 4B | 14 | 32 | 3C | 32 |
| Octal | 314 | 262 | 64 | 0 | 15 | 113 | 24 | 62 | 74 | 62 |
| Binary | 11001100 | 10110010 | 110100 | 0 | 1101 | 1001011 | 10100 | 110010 | 111100 | 110010 |
Color Harmonies of #CCB234
Complementary color
Monochromatic Colors of #CCB234
Black with #CCB234
Text Example
Text Example
White with #CCB234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB234; }
p { color: rgb(204,178,52); }
H1.HeaderClassName
{
color: #CCB234;
}
.AnyTagClassName
{
color: #CCB234;
}
</style>
background-color css
<style>
a { background-color: #CCB234; }
a { background-color: rgb(204,178,52); }
div.DivClassName
{
background-color: #CCB234;
}
.BgClassName
{
background-color: #CCB234;
}
</style>
border-color css
<style>
span { border-color: #CCB234; }
span { border-color: rgb(204,178,52); }
td.TdClassName
{
border-color: #CCB234;
}
.TagClassName
{
border-color: #CCB234;
}
</style>