Shades of Old Gold #CBB832
Tints of Old Gold #CBB832
RGB
CMYK
RGB Variations
Color information
#CBB832 (or 0xCBB832) is known color: Old Gold. HEX triplet: CB, B8 and 32. RGB value is (203,184,50). Sum of RGB (Red+Green+Blue) = 203+184+50=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 184 (72.27% from 255 or 42.11% from 437); Blue value is 50 (19.92% from 255 or 11.44% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB832 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB832 is #3447CD. Grayscale: #AEAEAE. Windows color (decimal): -3426254 or 3324107. OLE color: 3324107.
HSL color Cylindrical-coordinate representation of color #CBB832: hue angle of 52.55º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CBB832 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 50 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.20 |
| HSL | 52.55º | 0.6% | 0.5% | - |
| HSV(B) | 52.55º | 0.75% | 0.8% | - |
| XYZ | 42.34 | 47.21 | 9.9 | - |
| YUV | 174.41 | 57.79 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 50 | 0 | 0.09 | 0.75 | 0.20 | 52.55 | 0.6 | 0.5 |
| Hex | CB | B8 | 32 | 0 | 9 | 4B | 14 | 35 | 3C | 32 |
| Octal | 313 | 270 | 62 | 0 | 11 | 113 | 24 | 65 | 74 | 62 |
| Binary | 11001011 | 10111000 | 110010 | 0 | 1001 | 1001011 | 10100 | 110101 | 111100 | 110010 |
Color Harmonies of #CBB832
Complementary color
Monochromatic Colors of #CBB832
Black with #CBB832
Text Example
Text Example
White with #CBB832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB832; }
p { color: rgb(203,184,50); }
H1.HeaderClassName
{
color: #CBB832;
}
.AnyTagClassName
{
color: #CBB832;
}
</style>
background-color css
<style>
a { background-color: #CBB832; }
a { background-color: rgb(203,184,50); }
div.DivClassName
{
background-color: #CBB832;
}
.BgClassName
{
background-color: #CBB832;
}
</style>
border-color css
<style>
span { border-color: #CBB832; }
span { border-color: rgb(203,184,50); }
td.TdClassName
{
border-color: #CBB832;
}
.TagClassName
{
border-color: #CBB832;
}
</style>