Shades of Old Gold #CCB645
Tints of Old Gold #CCB645
RGB
CMYK
RGB Variations
Color information
#CCB645 (or 0xCCB645) is known color: Old Gold. HEX triplet: CC, B6 and 45. RGB value is (204,182,69). Sum of RGB (Red+Green+Blue) = 204+182+69=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 69 (27.34% from 255 or 15.16% from 455); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB645 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB645 is #3349BA. Grayscale: #B0B0B0. Windows color (decimal): -3361211 or 4568780. OLE color: 4568780.
HSL color Cylindrical-coordinate representation of color #CCB645: hue angle of 50.22º 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 #CCB645 is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 69 | - |
| CMYK | 0 | 0.11 | 0.66 | 0.2 |
| HSL | 50.22º | 0.57% | 0.54% | - |
| HSV(B) | 50.22º | 0.66% | 0.8% | - |
| XYZ | 42.7 | 46.72 | 12.4 | - |
| YUV | 175.7 | 67.79 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 69 | 0 | 0.11 | 0.66 | 0.2 | 50.22 | 0.57 | 0.54 |
| Hex | CC | B6 | 45 | 0 | B | 42 | 14 | 32 | 39 | 36 |
| Octal | 314 | 266 | 105 | 0 | 13 | 102 | 24 | 62 | 71 | 66 |
| Binary | 11001100 | 10110110 | 1000101 | 0 | 1011 | 1000010 | 10100 | 110010 | 111001 | 110110 |
Color Harmonies of #CCB645
Complementary color
Monochromatic Colors of #CCB645
Black with #CCB645
Text Example
Text Example
White with #CCB645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB645; }
p { color: rgb(204,182,69); }
H1.HeaderClassName
{
color: #CCB645;
}
.AnyTagClassName
{
color: #CCB645;
}
</style>
background-color css
<style>
a { background-color: #CCB645; }
a { background-color: rgb(204,182,69); }
div.DivClassName
{
background-color: #CCB645;
}
.BgClassName
{
background-color: #CCB645;
}
</style>
border-color css
<style>
span { border-color: #CCB645; }
span { border-color: rgb(204,182,69); }
td.TdClassName
{
border-color: #CCB645;
}
.TagClassName
{
border-color: #CCB645;
}
</style>