Shades of Old Gold #CBB729
Tints of Old Gold #CBB729
RGB
CMYK
RGB Variations
Color information
#CBB729 (or 0xCBB729) is known color: Old Gold. HEX triplet: CB, B7 and 29. RGB value is (203,183,41). Sum of RGB (Red+Green+Blue) = 203+183+41=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 41 (16.41% from 255 or 9.60% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB729 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB729 is #3448D6. Grayscale: #ADADAD. Windows color (decimal): -3426519 or 2734027. OLE color: 2734027.
HSL color Cylindrical-coordinate representation of color #CBB729: hue angle of 52.59º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CBB729 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 41 | - |
| CMYK | 0 | 0.10 | 0.80 | 0.20 |
| HSL | 52.59º | 0.66% | 0.48% | - |
| HSV(B) | 52.59º | 0.8% | 0.8% | - |
| XYZ | 41.96 | 46.72 | 8.9 | - |
| YUV | 172.79 | 53.63 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 41 | 0 | 0.10 | 0.80 | 0.20 | 52.59 | 0.66 | 0.48 |
| Hex | CB | B7 | 29 | 0 | A | 50 | 14 | 35 | 42 | 30 |
| Octal | 313 | 267 | 51 | 0 | 12 | 120 | 24 | 65 | 102 | 60 |
| Binary | 11001011 | 10110111 | 101001 | 0 | 1010 | 1010000 | 10100 | 110101 | 1000010 | 110000 |
Color Harmonies of #CBB729
Complementary color
Monochromatic Colors of #CBB729
Black with #CBB729
Text Example
Text Example
White with #CBB729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB729; }
p { color: rgb(203,183,41); }
H1.HeaderClassName
{
color: #CBB729;
}
.AnyTagClassName
{
color: #CBB729;
}
</style>
background-color css
<style>
a { background-color: #CBB729; }
a { background-color: rgb(203,183,41); }
div.DivClassName
{
background-color: #CBB729;
}
.BgClassName
{
background-color: #CBB729;
}
</style>
border-color css
<style>
span { border-color: #CBB729; }
span { border-color: rgb(203,183,41); }
td.TdClassName
{
border-color: #CBB729;
}
.TagClassName
{
border-color: #CBB729;
}
</style>