Shades of Old Gold #CCB135
Tints of Old Gold #CCB135
RGB
CMYK
RGB Variations
Color information
#CCB135 (or 0xCCB135) is known color: Old Gold. HEX triplet: CC, B1 and 35. RGB value is (204,177,53). Sum of RGB (Red+Green+Blue) = 204+177+53=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 53 (21.09% from 255 or 12.21% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB135 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB135 is #334ECA. Grayscale: #ABABAB. Windows color (decimal): -3362507 or 3518924. OLE color: 3518924.
HSL color Cylindrical-coordinate representation of color #CCB135: hue angle of 49.27º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCB135 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 53 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.2 |
| HSL | 49.27º | 0.6% | 0.5% | - |
| HSV(B) | 49.27º | 0.74% | 0.8% | - |
| XYZ | 41.27 | 44.54 | 9.79 | - |
| YUV | 170.94 | 61.45 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 53 | 0 | 0.13 | 0.74 | 0.2 | 49.27 | 0.6 | 0.5 |
| Hex | CC | B1 | 35 | 0 | D | 4A | 14 | 31 | 3C | 32 |
| Octal | 314 | 261 | 65 | 0 | 15 | 112 | 24 | 61 | 74 | 62 |
| Binary | 11001100 | 10110001 | 110101 | 0 | 1101 | 1001010 | 10100 | 110001 | 111100 | 110010 |
Color Harmonies of #CCB135
Complementary color
Monochromatic Colors of #CCB135
Black with #CCB135
Text Example
Text Example
White with #CCB135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB135; }
p { color: rgb(204,177,53); }
H1.HeaderClassName
{
color: #CCB135;
}
.AnyTagClassName
{
color: #CCB135;
}
</style>
background-color css
<style>
a { background-color: #CCB135; }
a { background-color: rgb(204,177,53); }
div.DivClassName
{
background-color: #CCB135;
}
.BgClassName
{
background-color: #CCB135;
}
</style>
border-color css
<style>
span { border-color: #CCB135; }
span { border-color: rgb(204,177,53); }
td.TdClassName
{
border-color: #CCB135;
}
.TagClassName
{
border-color: #CCB135;
}
</style>