Shades of Old Gold #CCB844
Tints of Old Gold #CCB844
RGB
CMYK
RGB Variations
Color information
#CCB844 (or 0xCCB844) is known color: Old Gold. HEX triplet: CC, B8 and 44. RGB value is (204,184,68). Sum of RGB (Red+Green+Blue) = 204+184+68=456 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.74% from 456); Green value is 184 (72.27% from 255 or 40.35% from 456); Blue value is 68 (26.95% from 255 or 14.91% from 456); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB844 is #3347BB. Grayscale: #B1B1B1. Windows color (decimal): -3360700 or 4503756. OLE color: 4503756.
HSL color Cylindrical-coordinate representation of color #CCB844: hue angle of 51.18º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCB844 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 184 | 68 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.2 |
| HSL | 51.18º | 0.57% | 0.53% | - |
| HSV(B) | 51.18º | 0.67% | 0.8% | - |
| XYZ | 43.09 | 47.54 | 12.37 | - |
| YUV | 176.76 | 66.63 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 184 | 68 | 0 | 0.10 | 0.67 | 0.2 | 51.18 | 0.57 | 0.53 |
| Hex | CC | B8 | 44 | 0 | A | 43 | 14 | 33 | 39 | 35 |
| Octal | 314 | 270 | 104 | 0 | 12 | 103 | 24 | 63 | 71 | 65 |
| Binary | 11001100 | 10111000 | 1000100 | 0 | 1010 | 1000011 | 10100 | 110011 | 111001 | 110101 |
Color Harmonies of #CCB844
Complementary color
Monochromatic Colors of #CCB844
Black with #CCB844
Text Example
Text Example
White with #CCB844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB844; }
p { color: rgb(204,184,68); }
H1.HeaderClassName
{
color: #CCB844;
}
.AnyTagClassName
{
color: #CCB844;
}
</style>
background-color css
<style>
a { background-color: #CCB844; }
a { background-color: rgb(204,184,68); }
div.DivClassName
{
background-color: #CCB844;
}
.BgClassName
{
background-color: #CCB844;
}
</style>
border-color css
<style>
span { border-color: #CCB844; }
span { border-color: rgb(204,184,68); }
td.TdClassName
{
border-color: #CCB844;
}
.TagClassName
{
border-color: #CCB844;
}
</style>