Shades of Old Gold #CBBE45
Tints of Old Gold #CBBE45
RGB
CMYK
RGB Variations
Color information
#CBBE45 (or 0xCBBE45) is known color: Old Gold. HEX triplet: CB, BE and 45. RGB value is (203,190,69). Sum of RGB (Red+Green+Blue) = 203+190+69=462 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.94% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 69 (27.34% from 255 or 14.94% from 462); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBE45 is #3441BA. Grayscale: #B4B4B4. Windows color (decimal): -3424699 or 4570827. OLE color: 4570827.
HSL color Cylindrical-coordinate representation of color #CBBE45: hue angle of 54.18º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CBBE45 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 190 | 69 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.20 |
| HSL | 54.18º | 0.56% | 0.53% | - |
| HSV(B) | 54.18º | 0.66% | 0.8% | - |
| XYZ | 44.12 | 49.95 | 12.95 | - |
| YUV | 180.09 | 65.31 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 69 | 0 | 0.06 | 0.66 | 0.20 | 54.18 | 0.56 | 0.53 |
| Hex | CB | BE | 45 | 0 | 6 | 42 | 14 | 36 | 38 | 35 |
| Octal | 313 | 276 | 105 | 0 | 6 | 102 | 24 | 66 | 70 | 65 |
| Binary | 11001011 | 10111110 | 1000101 | 0 | 110 | 1000010 | 10100 | 110110 | 111000 | 110101 |
Color Harmonies of #CBBE45
Complementary color
Monochromatic Colors of #CBBE45
Black with #CBBE45
Text Example
Text Example
White with #CBBE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBE45; }
p { color: rgb(203,190,69); }
H1.HeaderClassName
{
color: #CBBE45;
}
.AnyTagClassName
{
color: #CBBE45;
}
</style>
background-color css
<style>
a { background-color: #CBBE45; }
a { background-color: rgb(203,190,69); }
div.DivClassName
{
background-color: #CBBE45;
}
.BgClassName
{
background-color: #CBBE45;
}
</style>
border-color css
<style>
span { border-color: #CBBE45; }
span { border-color: rgb(203,190,69); }
td.TdClassName
{
border-color: #CBBE45;
}
.TagClassName
{
border-color: #CBBE45;
}
</style>