Shades of Old Gold #CBAF3E
Tints of Old Gold #CBAF3E
RGB
CMYK
RGB Variations
Color information
#CBAF3E (or 0xCBAF3E) is known color: Old Gold. HEX triplet: CB, AF and 3E. RGB value is (203,175,62). Sum of RGB (Red+Green+Blue) = 203+175+62=440 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.14% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 62 (24.61% from 255 or 14.09% from 440); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAF3E is #3450C1. Grayscale: #AAAAAA. Windows color (decimal): -3428546 or 4108235. OLE color: 4108235.
HSL color Cylindrical-coordinate representation of color #CBAF3E: hue angle of 48.09º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CBAF3E is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 62 | - |
| CMYK | 0 | 0.14 | 0.69 | 0.20 |
| HSL | 48.09º | 0.58% | 0.52% | - |
| HSV(B) | 48.09º | 0.69% | 0.8% | - |
| XYZ | 40.83 | 43.7 | 10.84 | - |
| YUV | 170.49 | 66.78 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 62 | 0 | 0.14 | 0.69 | 0.20 | 48.09 | 0.58 | 0.52 |
| Hex | CB | AF | 3E | 0 | E | 45 | 14 | 30 | 3A | 34 |
| Octal | 313 | 257 | 76 | 0 | 16 | 105 | 24 | 60 | 72 | 64 |
| Binary | 11001011 | 10101111 | 111110 | 0 | 1110 | 1000101 | 10100 | 110000 | 111010 | 110100 |
Color Harmonies of #CBAF3E
Complementary color
Monochromatic Colors of #CBAF3E
Black with #CBAF3E
Text Example
Text Example
White with #CBAF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF3E; }
p { color: rgb(203,175,62); }
H1.HeaderClassName
{
color: #CBAF3E;
}
.AnyTagClassName
{
color: #CBAF3E;
}
</style>
background-color css
<style>
a { background-color: #CBAF3E; }
a { background-color: rgb(203,175,62); }
div.DivClassName
{
background-color: #CBAF3E;
}
.BgClassName
{
background-color: #CBAF3E;
}
</style>
border-color css
<style>
span { border-color: #CBAF3E; }
span { border-color: rgb(203,175,62); }
td.TdClassName
{
border-color: #CBAF3E;
}
.TagClassName
{
border-color: #CBAF3E;
}
</style>