Shades of Old Gold #CCB134
Tints of Old Gold #CCB134
RGB
CMYK
RGB Variations
Color information
#CCB134 (or 0xCCB134) is known color: Old Gold. HEX triplet: CC, B1 and 34. RGB value is (204,177,52). Sum of RGB (Red+Green+Blue) = 204+177+52=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 177 (69.53% from 255 or 40.88% from 433); Blue value is 52 (20.70% from 255 or 12.01% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB134 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB134 is #334ECB. Grayscale: #ABABAB. Windows color (decimal): -3362508 or 3453388. OLE color: 3453388.
HSL color Cylindrical-coordinate representation of color #CCB134: hue angle of 49.34º 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 #CCB134 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 52 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.2 |
| HSL | 49.34º | 0.6% | 0.5% | - |
| HSV(B) | 49.34º | 0.75% | 0.8% | - |
| XYZ | 41.24 | 44.53 | 9.67 | - |
| YUV | 170.82 | 60.95 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 52 | 0 | 0.13 | 0.75 | 0.2 | 49.34 | 0.6 | 0.5 |
| Hex | CC | B1 | 34 | 0 | D | 4B | 14 | 31 | 3C | 32 |
| Octal | 314 | 261 | 64 | 0 | 15 | 113 | 24 | 61 | 74 | 62 |
| Binary | 11001100 | 10110001 | 110100 | 0 | 1101 | 1001011 | 10100 | 110001 | 111100 | 110010 |
Color Harmonies of #CCB134
Complementary color
Monochromatic Colors of #CCB134
Black with #CCB134
Text Example
Text Example
White with #CCB134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB134; }
p { color: rgb(204,177,52); }
H1.HeaderClassName
{
color: #CCB134;
}
.AnyTagClassName
{
color: #CCB134;
}
</style>
background-color css
<style>
a { background-color: #CCB134; }
a { background-color: rgb(204,177,52); }
div.DivClassName
{
background-color: #CCB134;
}
.BgClassName
{
background-color: #CCB134;
}
</style>
border-color css
<style>
span { border-color: #CCB134; }
span { border-color: rgb(204,177,52); }
td.TdClassName
{
border-color: #CCB134;
}
.TagClassName
{
border-color: #CCB134;
}
</style>