Shades of Old Gold #CBAF40
Tints of Old Gold #CBAF40
RGB
CMYK
RGB Variations
Color information
#CBAF40 (or 0xCBAF40) is known color: Old Gold. HEX triplet: CB, AF and 40. RGB value is (203,175,64). Sum of RGB (Red+Green+Blue) = 203+175+64=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 64 (25.39% from 255 or 14.48% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAF40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAF40 is #3450BF. Grayscale: #ABABAB. Windows color (decimal): -3428544 or 4239307. OLE color: 4239307.
HSL color Cylindrical-coordinate representation of color #CBAF40: hue angle of 47.91º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CBAF40 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 175 | 64 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.20 |
| HSL | 47.91º | 0.57% | 0.52% | - |
| HSV(B) | 47.91º | 0.68% | 0.8% | - |
| XYZ | 40.88 | 43.73 | 11.14 | - |
| YUV | 170.72 | 67.78 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 64 | 0 | 0.14 | 0.68 | 0.20 | 47.91 | 0.57 | 0.52 |
| Hex | CB | AF | 40 | 0 | E | 44 | 14 | 30 | 39 | 34 |
| Octal | 313 | 257 | 100 | 0 | 16 | 104 | 24 | 60 | 71 | 64 |
| Binary | 11001011 | 10101111 | 1000000 | 0 | 1110 | 1000100 | 10100 | 110000 | 111001 | 110100 |
Color Harmonies of #CBAF40
Complementary color
Monochromatic Colors of #CBAF40
Black with #CBAF40
Text Example
Text Example
White with #CBAF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAF40; }
p { color: rgb(203,175,64); }
H1.HeaderClassName
{
color: #CBAF40;
}
.AnyTagClassName
{
color: #CBAF40;
}
</style>
background-color css
<style>
a { background-color: #CBAF40; }
a { background-color: rgb(203,175,64); }
div.DivClassName
{
background-color: #CBAF40;
}
.BgClassName
{
background-color: #CBAF40;
}
</style>
border-color css
<style>
span { border-color: #CBAF40; }
span { border-color: rgb(203,175,64); }
td.TdClassName
{
border-color: #CBAF40;
}
.TagClassName
{
border-color: #CBAF40;
}
</style>