Shades of Old Gold #CCB745
Tints of Old Gold #CCB745
RGB
CMYK
RGB Variations
Color information
#CCB745 (or 0xCCB745) is known color: Old Gold. HEX triplet: CC, B7 and 45. RGB value is (204,183,69). Sum of RGB (Red+Green+Blue) = 204+183+69=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 69 (27.34% from 255 or 15.13% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB745 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB745 is #3348BA. Grayscale: #B0B0B0. Windows color (decimal): -3360955 or 4569036. OLE color: 4569036.
HSL color Cylindrical-coordinate representation of color #CCB745: hue angle of 50.67º 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 #CCB745 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 183 | 69 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.2 |
| HSL | 50.67º | 0.57% | 0.54% | - |
| HSV(B) | 50.67º | 0.66% | 0.8% | - |
| XYZ | 42.91 | 47.13 | 12.47 | - |
| YUV | 176.28 | 67.46 | 147.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 183 | 69 | 0 | 0.10 | 0.66 | 0.2 | 50.67 | 0.57 | 0.54 |
| Hex | CC | B7 | 45 | 0 | A | 42 | 14 | 33 | 39 | 36 |
| Octal | 314 | 267 | 105 | 0 | 12 | 102 | 24 | 63 | 71 | 66 |
| Binary | 11001100 | 10110111 | 1000101 | 0 | 1010 | 1000010 | 10100 | 110011 | 111001 | 110110 |
Color Harmonies of #CCB745
Complementary color
Monochromatic Colors of #CCB745
Black with #CCB745
Text Example
Text Example
White with #CCB745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB745; }
p { color: rgb(204,183,69); }
H1.HeaderClassName
{
color: #CCB745;
}
.AnyTagClassName
{
color: #CCB745;
}
</style>
background-color css
<style>
a { background-color: #CCB745; }
a { background-color: rgb(204,183,69); }
div.DivClassName
{
background-color: #CCB745;
}
.BgClassName
{
background-color: #CCB745;
}
</style>
border-color css
<style>
span { border-color: #CCB745; }
span { border-color: rgb(204,183,69); }
td.TdClassName
{
border-color: #CCB745;
}
.TagClassName
{
border-color: #CCB745;
}
</style>