Shades of Old Gold #CBBC2F
Tints of Old Gold #CBBC2F
RGB
CMYK
RGB Variations
Color information
#CBBC2F (or 0xCBBC2F) is known color: Old Gold. HEX triplet: CB, BC and 2F. RGB value is (203,188,47). Sum of RGB (Red+Green+Blue) = 203+188+47=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 47 (18.75% from 255 or 10.73% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBBC2F is #3443D0. Grayscale: #B0B0B0. Windows color (decimal): -3425233 or 3128523. OLE color: 3128523.
HSL color Cylindrical-coordinate representation of color #CBBC2F: hue angle of 54.23º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CBBC2F is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 188 | 47 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.20 |
| HSL | 54.23º | 0.62% | 0.49% | - |
| HSV(B) | 54.23º | 0.77% | 0.8% | - |
| XYZ | 43.12 | 48.87 | 9.85 | - |
| YUV | 176.41 | 54.97 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 47 | 0 | 0.07 | 0.77 | 0.20 | 54.23 | 0.62 | 0.49 |
| Hex | CB | BC | 2F | 0 | 7 | 4D | 14 | 36 | 3E | 31 |
| Octal | 313 | 274 | 57 | 0 | 7 | 115 | 24 | 66 | 76 | 61 |
| Binary | 11001011 | 10111100 | 101111 | 0 | 111 | 1001101 | 10100 | 110110 | 111110 | 110001 |
Color Harmonies of #CBBC2F
Complementary color
Monochromatic Colors of #CBBC2F
Black with #CBBC2F
Text Example
Text Example
White with #CBBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBC2F; }
p { color: rgb(203,188,47); }
H1.HeaderClassName
{
color: #CBBC2F;
}
.AnyTagClassName
{
color: #CBBC2F;
}
</style>
background-color css
<style>
a { background-color: #CBBC2F; }
a { background-color: rgb(203,188,47); }
div.DivClassName
{
background-color: #CBBC2F;
}
.BgClassName
{
background-color: #CBBC2F;
}
</style>
border-color css
<style>
span { border-color: #CBBC2F; }
span { border-color: rgb(203,188,47); }
td.TdClassName
{
border-color: #CBBC2F;
}
.TagClassName
{
border-color: #CBBC2F;
}
</style>