Shades of Old Gold #CBBE3C
Tints of Old Gold #CBBE3C
RGB
CMYK
RGB Variations
Color information
#CBBE3C (or 0xCBBE3C) is known color: Old Gold. HEX triplet: CB, BE and 3C. RGB value is (203,190,60). Sum of RGB (Red+Green+Blue) = 203+190+60=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 60 (23.83% from 255 or 13.25% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBE3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBE3C is #3441C3. Grayscale: #B3B3B3. Windows color (decimal): -3424708 or 3981003. OLE color: 3981003.
HSL color Cylindrical-coordinate representation of color #CBBE3C: hue angle of 54.55º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CBBE3C is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 190 | 60 | - |
| CMYK | 0 | 0.06 | 0.70 | 0.20 |
| HSL | 54.55º | 0.58% | 0.52% | - |
| HSV(B) | 54.55º | 0.7% | 0.8% | - |
| XYZ | 43.86 | 49.85 | 11.59 | - |
| YUV | 179.07 | 60.81 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 190 | 60 | 0 | 0.06 | 0.70 | 0.20 | 54.55 | 0.58 | 0.52 |
| Hex | CB | BE | 3C | 0 | 6 | 46 | 14 | 37 | 3A | 34 |
| Octal | 313 | 276 | 74 | 0 | 6 | 106 | 24 | 67 | 72 | 64 |
| Binary | 11001011 | 10111110 | 111100 | 0 | 110 | 1000110 | 10100 | 110111 | 111010 | 110100 |
Color Harmonies of #CBBE3C
Complementary color
Monochromatic Colors of #CBBE3C
Black with #CBBE3C
Text Example
Text Example
White with #CBBE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBE3C; }
p { color: rgb(203,190,60); }
H1.HeaderClassName
{
color: #CBBE3C;
}
.AnyTagClassName
{
color: #CBBE3C;
}
</style>
background-color css
<style>
a { background-color: #CBBE3C; }
a { background-color: rgb(203,190,60); }
div.DivClassName
{
background-color: #CBBE3C;
}
.BgClassName
{
background-color: #CBBE3C;
}
</style>
border-color css
<style>
span { border-color: #CBBE3C; }
span { border-color: rgb(203,190,60); }
td.TdClassName
{
border-color: #CBBE3C;
}
.TagClassName
{
border-color: #CBBE3C;
}
</style>