Shades of Old Gold #CBB82D
Tints of Old Gold #CBB82D
RGB
CMYK
RGB Variations
Color information
#CBB82D (or 0xCBB82D) is known color: Old Gold. HEX triplet: CB, B8 and 2D. RGB value is (203,184,45). Sum of RGB (Red+Green+Blue) = 203+184+45=432 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.99% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 45 (17.97% from 255 or 10.42% from 432); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB82D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB82D is #3447D2. Grayscale: #AEAEAE. Windows color (decimal): -3426259 or 2996427. OLE color: 2996427.
HSL color Cylindrical-coordinate representation of color #CBB82D: hue angle of 52.78º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CBB82D is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 45 | - |
| CMYK | 0 | 0.09 | 0.78 | 0.20 |
| HSL | 52.78º | 0.64% | 0.49% | - |
| HSV(B) | 52.78º | 0.78% | 0.8% | - |
| XYZ | 42.24 | 47.17 | 9.36 | - |
| YUV | 173.84 | 55.29 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 45 | 0 | 0.09 | 0.78 | 0.20 | 52.78 | 0.64 | 0.49 |
| Hex | CB | B8 | 2D | 0 | 9 | 4E | 14 | 35 | 40 | 31 |
| Octal | 313 | 270 | 55 | 0 | 11 | 116 | 24 | 65 | 100 | 61 |
| Binary | 11001011 | 10111000 | 101101 | 0 | 1001 | 1001110 | 10100 | 110101 | 1000000 | 110001 |
Color Harmonies of #CBB82D
Complementary color
Monochromatic Colors of #CBB82D
Black with #CBB82D
Text Example
Text Example
White with #CBB82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB82D; }
p { color: rgb(203,184,45); }
H1.HeaderClassName
{
color: #CBB82D;
}
.AnyTagClassName
{
color: #CBB82D;
}
</style>
background-color css
<style>
a { background-color: #CBB82D; }
a { background-color: rgb(203,184,45); }
div.DivClassName
{
background-color: #CBB82D;
}
.BgClassName
{
background-color: #CBB82D;
}
</style>
border-color css
<style>
span { border-color: #CBB82D; }
span { border-color: rgb(203,184,45); }
td.TdClassName
{
border-color: #CBB82D;
}
.TagClassName
{
border-color: #CBB82D;
}
</style>