Shades of Old Gold #CBB83D
Tints of Old Gold #CBB83D
RGB
CMYK
RGB Variations
Color information
#CBB83D (or 0xCBB83D) is known color: Old Gold. HEX triplet: CB, B8 and 3D. RGB value is (203,184,61). Sum of RGB (Red+Green+Blue) = 203+184+61=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 184 (72.27% from 255 or 41.07% from 448); Blue value is 61 (24.22% from 255 or 13.62% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB83D is #3447C2. Grayscale: #B0B0B0. Windows color (decimal): -3426243 or 4045003. OLE color: 4045003.
HSL color Cylindrical-coordinate representation of color #CBB83D: hue angle of 51.97º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBB83D is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 61 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.20 |
| HSL | 51.97º | 0.58% | 0.52% | - |
| HSV(B) | 51.97º | 0.7% | 0.8% | - |
| XYZ | 42.61 | 47.31 | 11.3 | - |
| YUV | 175.66 | 63.29 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 61 | 0 | 0.09 | 0.70 | 0.20 | 51.97 | 0.58 | 0.52 |
| Hex | CB | B8 | 3D | 0 | 9 | 46 | 14 | 34 | 3A | 34 |
| Octal | 313 | 270 | 75 | 0 | 11 | 106 | 24 | 64 | 72 | 64 |
| Binary | 11001011 | 10111000 | 111101 | 0 | 1001 | 1000110 | 10100 | 110100 | 111010 | 110100 |
Color Harmonies of #CBB83D
Complementary color
Monochromatic Colors of #CBB83D
Black with #CBB83D
Text Example
Text Example
White with #CBB83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB83D; }
p { color: rgb(203,184,61); }
H1.HeaderClassName
{
color: #CBB83D;
}
.AnyTagClassName
{
color: #CBB83D;
}
</style>
background-color css
<style>
a { background-color: #CBB83D; }
a { background-color: rgb(203,184,61); }
div.DivClassName
{
background-color: #CBB83D;
}
.BgClassName
{
background-color: #CBB83D;
}
</style>
border-color css
<style>
span { border-color: #CBB83D; }
span { border-color: rgb(203,184,61); }
td.TdClassName
{
border-color: #CBB83D;
}
.TagClassName
{
border-color: #CBB83D;
}
</style>