Shades of Old Gold #CBB72F
Tints of Old Gold #CBB72F
RGB
CMYK
RGB Variations
Color information
#CBB72F (or 0xCBB72F) is known color: Old Gold. HEX triplet: CB, B7 and 2F. RGB value is (203,183,47). Sum of RGB (Red+Green+Blue) = 203+183+47=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 47 (18.75% from 255 or 10.85% from 433); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB72F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB72F is #3448D0. Grayscale: #AEAEAE. Windows color (decimal): -3426513 or 3127243. OLE color: 3127243.
HSL color Cylindrical-coordinate representation of color #CBB72F: hue angle of 52.31º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBB72F is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 183 | 47 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.20 |
| HSL | 52.31º | 0.62% | 0.49% | - |
| HSV(B) | 52.31º | 0.77% | 0.8% | - |
| XYZ | 42.08 | 46.77 | 9.5 | - |
| YUV | 173.48 | 56.63 | 149.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 183 | 47 | 0 | 0.10 | 0.77 | 0.20 | 52.31 | 0.62 | 0.49 |
| Hex | CB | B7 | 2F | 0 | A | 4D | 14 | 34 | 3E | 31 |
| Octal | 313 | 267 | 57 | 0 | 12 | 115 | 24 | 64 | 76 | 61 |
| Binary | 11001011 | 10110111 | 101111 | 0 | 1010 | 1001101 | 10100 | 110100 | 111110 | 110001 |
Color Harmonies of #CBB72F
Complementary color
Monochromatic Colors of #CBB72F
Black with #CBB72F
Text Example
Text Example
White with #CBB72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB72F; }
p { color: rgb(203,183,47); }
H1.HeaderClassName
{
color: #CBB72F;
}
.AnyTagClassName
{
color: #CBB72F;
}
</style>
background-color css
<style>
a { background-color: #CBB72F; }
a { background-color: rgb(203,183,47); }
div.DivClassName
{
background-color: #CBB72F;
}
.BgClassName
{
background-color: #CBB72F;
}
</style>
border-color css
<style>
span { border-color: #CBB72F; }
span { border-color: rgb(203,183,47); }
td.TdClassName
{
border-color: #CBB72F;
}
.TagClassName
{
border-color: #CBB72F;
}
</style>