Shades of Old Gold #CBB434
Tints of Old Gold #CBB434
RGB
CMYK
RGB Variations
Color information
#CBB434 (or 0xCBB434) is known color: Old Gold. HEX triplet: CB, B4 and 34. RGB value is (203,180,52). Sum of RGB (Red+Green+Blue) = 203+180+52=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBB434 is #344BCB. Grayscale: #ACACAC. Windows color (decimal): -3427276 or 3454155. OLE color: 3454155.
HSL color Cylindrical-coordinate representation of color #CBB434: hue angle of 50.86º 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 #CBB434 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 52 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.20 |
| HSL | 50.86º | 0.59% | 0.5% | - |
| HSV(B) | 50.86º | 0.74% | 0.8% | - |
| XYZ | 41.57 | 45.59 | 9.86 | - |
| YUV | 172.29 | 60.12 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 52 | 0 | 0.11 | 0.74 | 0.20 | 50.86 | 0.59 | 0.5 |
| Hex | CB | B4 | 34 | 0 | B | 4A | 14 | 33 | 3B | 32 |
| Octal | 313 | 264 | 64 | 0 | 13 | 112 | 24 | 63 | 73 | 62 |
| Binary | 11001011 | 10110100 | 110100 | 0 | 1011 | 1001010 | 10100 | 110011 | 111011 | 110010 |
Color Harmonies of #CBB434
Complementary color
Monochromatic Colors of #CBB434
Black with #CBB434
Text Example
Text Example
White with #CBB434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB434; }
p { color: rgb(203,180,52); }
H1.HeaderClassName
{
color: #CBB434;
}
.AnyTagClassName
{
color: #CBB434;
}
</style>
background-color css
<style>
a { background-color: #CBB434; }
a { background-color: rgb(203,180,52); }
div.DivClassName
{
background-color: #CBB434;
}
.BgClassName
{
background-color: #CBB434;
}
</style>
border-color css
<style>
span { border-color: #CBB434; }
span { border-color: rgb(203,180,52); }
td.TdClassName
{
border-color: #CBB434;
}
.TagClassName
{
border-color: #CBB434;
}
</style>