Shades of Old Gold #CBBC4D
Tints of Old Gold #CBBC4D
RGB
CMYK
RGB Variations
Color information
#CBBC4D (or 0xCBBC4D) is known color: Old Gold. HEX triplet: CB, BC and 4D. RGB value is (203,188,77). Sum of RGB (Red+Green+Blue) = 203+188+77=468 (61% of max value = 765). Red value is 203 (79.69% from 255 or 43.38% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 77 (30.47% from 255 or 16.45% from 468); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBBC4D is #3443B2. Grayscale: #B4B4B4. Windows color (decimal): -3425203 or 5094603. OLE color: 5094603.
HSL color Cylindrical-coordinate representation of color #CBBC4D: hue angle of 52.86º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CBBC4D is Cyan = 0, Magento = 0.07, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 77 | - |
| CMYK | 0 | 0.07 | 0.62 | 0.20 |
| HSL | 52.86º | 0.55% | 0.55% | - |
| HSV(B) | 52.86º | 0.62% | 0.8% | - |
| XYZ | 43.95 | 49.2 | 14.2 | - |
| YUV | 179.83 | 69.97 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 77 | 0 | 0.07 | 0.62 | 0.20 | 52.86 | 0.55 | 0.55 |
| Hex | CB | BC | 4D | 0 | 7 | 3E | 14 | 35 | 37 | 37 |
| Octal | 313 | 274 | 115 | 0 | 7 | 76 | 24 | 65 | 67 | 67 |
| Binary | 11001011 | 10111100 | 1001101 | 0 | 111 | 111110 | 10100 | 110101 | 110111 | 110111 |
Color Harmonies of #CBBC4D
Complementary color
Monochromatic Colors of #CBBC4D
Black with #CBBC4D
Text Example
Text Example
White with #CBBC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC4D; }
p { color: rgb(203,188,77); }
H1.HeaderClassName
{
color: #CBBC4D;
}
.AnyTagClassName
{
color: #CBBC4D;
}
</style>
background-color css
<style>
a { background-color: #CBBC4D; }
a { background-color: rgb(203,188,77); }
div.DivClassName
{
background-color: #CBBC4D;
}
.BgClassName
{
background-color: #CBBC4D;
}
</style>
border-color css
<style>
span { border-color: #CBBC4D; }
span { border-color: rgb(203,188,77); }
td.TdClassName
{
border-color: #CBBC4D;
}
.TagClassName
{
border-color: #CBBC4D;
}
</style>