Shades of Old Gold #CBAE3C
Tints of Old Gold #CBAE3C
RGB
CMYK
RGB Variations
Color information
#CBAE3C (or 0xCBAE3C) is known color: Old Gold. HEX triplet: CB, AE and 3C. RGB value is (203,174,60). Sum of RGB (Red+Green+Blue) = 203+174+60=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 60 (23.83% from 255 or 13.73% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAE3C is #3451C3. Grayscale: #AAAAAA. Windows color (decimal): -3428804 or 3976907. OLE color: 3976907.
HSL color Cylindrical-coordinate representation of color #CBAE3C: hue angle of 47.83º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBAE3C is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 174 | 60 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.20 |
| HSL | 47.83º | 0.58% | 0.52% | - |
| HSV(B) | 47.83º | 0.7% | 0.8% | - |
| XYZ | 40.58 | 43.29 | 10.49 | - |
| YUV | 169.68 | 66.11 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 174 | 60 | 0 | 0.14 | 0.70 | 0.20 | 47.83 | 0.58 | 0.52 |
| Hex | CB | AE | 3C | 0 | E | 46 | 14 | 30 | 3A | 34 |
| Octal | 313 | 256 | 74 | 0 | 16 | 106 | 24 | 60 | 72 | 64 |
| Binary | 11001011 | 10101110 | 111100 | 0 | 1110 | 1000110 | 10100 | 110000 | 111010 | 110100 |
Color Harmonies of #CBAE3C
Complementary color
Monochromatic Colors of #CBAE3C
Black with #CBAE3C
Text Example
Text Example
White with #CBAE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAE3C; }
p { color: rgb(203,174,60); }
H1.HeaderClassName
{
color: #CBAE3C;
}
.AnyTagClassName
{
color: #CBAE3C;
}
</style>
background-color css
<style>
a { background-color: #CBAE3C; }
a { background-color: rgb(203,174,60); }
div.DivClassName
{
background-color: #CBAE3C;
}
.BgClassName
{
background-color: #CBAE3C;
}
</style>
border-color css
<style>
span { border-color: #CBAE3C; }
span { border-color: rgb(203,174,60); }
td.TdClassName
{
border-color: #CBAE3C;
}
.TagClassName
{
border-color: #CBAE3C;
}
</style>