Shades of Old Gold #CCB445
Tints of Old Gold #CCB445
RGB
CMYK
RGB Variations
Color information
#CCB445 (or 0xCCB445) is known color: Old Gold. HEX triplet: CC, B4 and 45. RGB value is (204,180,69). Sum of RGB (Red+Green+Blue) = 204+180+69=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 180 (70.70% from 255 or 39.74% from 453); Blue value is 69 (27.34% from 255 or 15.23% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB445 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB445 is #334BBA. Grayscale: #AEAEAE. Windows color (decimal): -3361723 or 4568268. OLE color: 4568268.
HSL color Cylindrical-coordinate representation of color #CCB445: hue angle of 49.33º 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 #CCB445 is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 180 | 69 | - |
| CMYK | 0 | 0.12 | 0.66 | 0.2 |
| HSL | 49.33º | 0.57% | 0.54% | - |
| HSV(B) | 49.33º | 0.66% | 0.8% | - |
| XYZ | 42.3 | 45.91 | 12.26 | - |
| YUV | 174.52 | 68.45 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 180 | 69 | 0 | 0.12 | 0.66 | 0.2 | 49.33 | 0.57 | 0.54 |
| Hex | CC | B4 | 45 | 0 | C | 42 | 14 | 31 | 39 | 36 |
| Octal | 314 | 264 | 105 | 0 | 14 | 102 | 24 | 61 | 71 | 66 |
| Binary | 11001100 | 10110100 | 1000101 | 0 | 1100 | 1000010 | 10100 | 110001 | 111001 | 110110 |
Color Harmonies of #CCB445
Complementary color
Monochromatic Colors of #CCB445
Black with #CCB445
Text Example
Text Example
White with #CCB445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB445; }
p { color: rgb(204,180,69); }
H1.HeaderClassName
{
color: #CCB445;
}
.AnyTagClassName
{
color: #CCB445;
}
</style>
background-color css
<style>
a { background-color: #CCB445; }
a { background-color: rgb(204,180,69); }
div.DivClassName
{
background-color: #CCB445;
}
.BgClassName
{
background-color: #CCB445;
}
</style>
border-color css
<style>
span { border-color: #CCB445; }
span { border-color: rgb(204,180,69); }
td.TdClassName
{
border-color: #CCB445;
}
.TagClassName
{
border-color: #CCB445;
}
</style>