Shades of Old Gold #CBB744
Tints of Old Gold #CBB744
RGB
CMYK
RGB Variations
Color information
#CBB744 (or 0xCBB744) is known color: Old Gold. HEX triplet: CB, B7 and 44. RGB value is (203,183,68). Sum of RGB (Red+Green+Blue) = 203+183+68=454 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.71% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 68 (26.95% from 255 or 14.98% from 454); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB744 is #3448BB. Grayscale: #B0B0B0. Windows color (decimal): -3426492 or 4503499. OLE color: 4503499.
HSL color Cylindrical-coordinate representation of color #CBB744: hue angle of 51.11º 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 #CBB744 is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 68 | - |
| CMYK | 0 | 0.10 | 0.67 | 0.20 |
| HSL | 51.11º | 0.56% | 0.53% | - |
| HSV(B) | 51.11º | 0.67% | 0.8% | - |
| XYZ | 42.61 | 46.98 | 12.29 | - |
| YUV | 175.87 | 67.13 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 68 | 0 | 0.10 | 0.67 | 0.20 | 51.11 | 0.56 | 0.53 |
| Hex | CB | B7 | 44 | 0 | A | 43 | 14 | 33 | 38 | 35 |
| Octal | 313 | 267 | 104 | 0 | 12 | 103 | 24 | 63 | 70 | 65 |
| Binary | 11001011 | 10110111 | 1000100 | 0 | 1010 | 1000011 | 10100 | 110011 | 111000 | 110101 |
Color Harmonies of #CBB744
Complementary color
Monochromatic Colors of #CBB744
Black with #CBB744
Text Example
Text Example
White with #CBB744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB744; }
p { color: rgb(203,183,68); }
H1.HeaderClassName
{
color: #CBB744;
}
.AnyTagClassName
{
color: #CBB744;
}
</style>
background-color css
<style>
a { background-color: #CBB744; }
a { background-color: rgb(203,183,68); }
div.DivClassName
{
background-color: #CBB744;
}
.BgClassName
{
background-color: #CBB744;
}
</style>
border-color css
<style>
span { border-color: #CBB744; }
span { border-color: rgb(203,183,68); }
td.TdClassName
{
border-color: #CBB744;
}
.TagClassName
{
border-color: #CBB744;
}
</style>