Shades of Old Gold #CCB145
Tints of Old Gold #CCB145
RGB
CMYK
RGB Variations
Color information
#CCB145 (or 0xCCB145) is known color: Old Gold. HEX triplet: CC, B1 and 45. RGB value is (204,177,69). Sum of RGB (Red+Green+Blue) = 204+177+69=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 177 (69.53% from 255 or 39.33% from 450); Blue value is 69 (27.34% from 255 or 15.33% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB145 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB145 is #334EBA. Grayscale: #ADADAD. Windows color (decimal): -3362491 or 4567500. OLE color: 4567500.
HSL color Cylindrical-coordinate representation of color #CCB145: hue angle of 48º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CCB145 is Cyan = 0, Magento = 0.13, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 177 | 69 | - |
| CMYK | 0 | 0.13 | 0.66 | 0.2 |
| HSL | 48º | 0.57% | 0.54% | - |
| HSV(B) | 48º | 0.66% | 0.8% | - |
| XYZ | 41.7 | 44.71 | 12.06 | - |
| YUV | 172.76 | 69.45 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 177 | 69 | 0 | 0.13 | 0.66 | 0.2 | 48 | 0.57 | 0.54 |
| Hex | CC | B1 | 45 | 0 | D | 42 | 14 | 30 | 39 | 36 |
| Octal | 314 | 261 | 105 | 0 | 15 | 102 | 24 | 60 | 71 | 66 |
| Binary | 11001100 | 10110001 | 1000101 | 0 | 1101 | 1000010 | 10100 | 110000 | 111001 | 110110 |
Color Harmonies of #CCB145
Complementary color
Monochromatic Colors of #CCB145
Black with #CCB145
Text Example
Text Example
White with #CCB145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB145; }
p { color: rgb(204,177,69); }
H1.HeaderClassName
{
color: #CCB145;
}
.AnyTagClassName
{
color: #CCB145;
}
</style>
background-color css
<style>
a { background-color: #CCB145; }
a { background-color: rgb(204,177,69); }
div.DivClassName
{
background-color: #CCB145;
}
.BgClassName
{
background-color: #CCB145;
}
</style>
border-color css
<style>
span { border-color: #CCB145; }
span { border-color: rgb(204,177,69); }
td.TdClassName
{
border-color: #CCB145;
}
.TagClassName
{
border-color: #CCB145;
}
</style>