Shades of Old Gold #CBBC34
Tints of Old Gold #CBBC34
RGB
CMYK
RGB Variations
Color information
#CBBC34 (or 0xCBBC34) is known color: Old Gold. HEX triplet: CB, BC and 34. RGB value is (203,188,52). Sum of RGB (Red+Green+Blue) = 203+188+52=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 52 (20.70% from 255 or 11.74% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBC34 is #3443CB. Grayscale: #B1B1B1. Windows color (decimal): -3425228 or 3456203. OLE color: 3456203.
HSL color Cylindrical-coordinate representation of color #CBBC34: hue angle of 54.04º 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 #CBBC34 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 52 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.20 |
| HSL | 54.04º | 0.59% | 0.5% | - |
| HSV(B) | 54.04º | 0.74% | 0.8% | - |
| XYZ | 43.23 | 48.91 | 10.41 | - |
| YUV | 176.98 | 57.47 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 52 | 0 | 0.07 | 0.74 | 0.20 | 54.04 | 0.59 | 0.5 |
| Hex | CB | BC | 34 | 0 | 7 | 4A | 14 | 36 | 3B | 32 |
| Octal | 313 | 274 | 64 | 0 | 7 | 112 | 24 | 66 | 73 | 62 |
| Binary | 11001011 | 10111100 | 110100 | 0 | 111 | 1001010 | 10100 | 110110 | 111011 | 110010 |
Color Harmonies of #CBBC34
Complementary color
Monochromatic Colors of #CBBC34
Black with #CBBC34
Text Example
Text Example
White with #CBBC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC34; }
p { color: rgb(203,188,52); }
H1.HeaderClassName
{
color: #CBBC34;
}
.AnyTagClassName
{
color: #CBBC34;
}
</style>
background-color css
<style>
a { background-color: #CBBC34; }
a { background-color: rgb(203,188,52); }
div.DivClassName
{
background-color: #CBBC34;
}
.BgClassName
{
background-color: #CBBC34;
}
</style>
border-color css
<style>
span { border-color: #CBBC34; }
span { border-color: rgb(203,188,52); }
td.TdClassName
{
border-color: #CBBC34;
}
.TagClassName
{
border-color: #CBBC34;
}
</style>