Shades of Old Gold #CBB634
Tints of Old Gold #CBB634
RGB
CMYK
RGB Variations
Color information
#CBB634 (or 0xCBB634) is known color: Old Gold. HEX triplet: CB, B6 and 34. RGB value is (203,182,52). Sum of RGB (Red+Green+Blue) = 203+182+52=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 182 (71.48% from 255 or 41.65% from 437); Blue value is 52 (20.70% from 255 or 11.90% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB634 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB634 is #3449CB. Grayscale: #AEAEAE. Windows color (decimal): -3426764 or 3454667. OLE color: 3454667.
HSL color Cylindrical-coordinate representation of color #CBB634: hue angle of 51.66º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CBB634 is Cyan = 0, Magento = 0.10, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 52 | - |
| CMYK | 0 | 0.10 | 0.74 | 0.20 |
| HSL | 51.66º | 0.59% | 0.5% | - |
| HSV(B) | 51.66º | 0.74% | 0.8% | - |
| XYZ | 41.98 | 46.4 | 9.99 | - |
| YUV | 173.46 | 59.46 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 52 | 0 | 0.10 | 0.74 | 0.20 | 51.66 | 0.59 | 0.5 |
| Hex | CB | B6 | 34 | 0 | A | 4A | 14 | 34 | 3B | 32 |
| Octal | 313 | 266 | 64 | 0 | 12 | 112 | 24 | 64 | 73 | 62 |
| Binary | 11001011 | 10110110 | 110100 | 0 | 1010 | 1001010 | 10100 | 110100 | 111011 | 110010 |
Color Harmonies of #CBB634
Complementary color
Monochromatic Colors of #CBB634
Black with #CBB634
Text Example
Text Example
White with #CBB634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB634; }
p { color: rgb(203,182,52); }
H1.HeaderClassName
{
color: #CBB634;
}
.AnyTagClassName
{
color: #CBB634;
}
</style>
background-color css
<style>
a { background-color: #CBB634; }
a { background-color: rgb(203,182,52); }
div.DivClassName
{
background-color: #CBB634;
}
.BgClassName
{
background-color: #CBB634;
}
</style>
border-color css
<style>
span { border-color: #CBB634; }
span { border-color: rgb(203,182,52); }
td.TdClassName
{
border-color: #CBB634;
}
.TagClassName
{
border-color: #CBB634;
}
</style>