Shades of Old Gold #CBB544
Tints of Old Gold #CBB544
RGB
CMYK
RGB Variations
Color information
#CBB544 (or 0xCBB544) is known color: Old Gold. HEX triplet: CB, B5 and 44. RGB value is (203,181,68). Sum of RGB (Red+Green+Blue) = 203+181+68=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 68 (26.95% from 255 or 15.04% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB544 is #344ABB. Grayscale: #AFAFAF. Windows color (decimal): -3427004 or 4502987. OLE color: 4502987.
HSL color Cylindrical-coordinate representation of color #CBB544: hue angle of 50.22º degrees, saturation: 0.56, 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 #CBB544 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 68 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.20 |
| HSL | 50.22º | 0.56% | 0.53% | - |
| HSV(B) | 50.22º | 0.67% | 0.8% | - |
| XYZ | 42.2 | 46.16 | 12.15 | - |
| YUV | 174.7 | 67.79 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 68 | 0 | 0.11 | 0.67 | 0.20 | 50.22 | 0.56 | 0.53 |
| Hex | CB | B5 | 44 | 0 | B | 43 | 14 | 32 | 38 | 35 |
| Octal | 313 | 265 | 104 | 0 | 13 | 103 | 24 | 62 | 70 | 65 |
| Binary | 11001011 | 10110101 | 1000100 | 0 | 1011 | 1000011 | 10100 | 110010 | 111000 | 110101 |
Color Harmonies of #CBB544
Complementary color
Monochromatic Colors of #CBB544
Black with #CBB544
Text Example
Text Example
White with #CBB544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB544; }
p { color: rgb(203,181,68); }
H1.HeaderClassName
{
color: #CBB544;
}
.AnyTagClassName
{
color: #CBB544;
}
</style>
background-color css
<style>
a { background-color: #CBB544; }
a { background-color: rgb(203,181,68); }
div.DivClassName
{
background-color: #CBB544;
}
.BgClassName
{
background-color: #CBB544;
}
</style>
border-color css
<style>
span { border-color: #CBB544; }
span { border-color: rgb(203,181,68); }
td.TdClassName
{
border-color: #CBB544;
}
.TagClassName
{
border-color: #CBB544;
}
</style>