Shades of Old Gold #CEBB3F
Tints of Old Gold #CEBB3F
RGB
CMYK
RGB Variations
Color information
#CEBB3F (or 0xCEBB3F) is known color: Old Gold. HEX triplet: CE, BB and 3F. RGB value is (206,187,63). Sum of RGB (Red+Green+Blue) = 206+187+63=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 63 (25% from 255 or 13.82% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBB3F is #3144C0. Grayscale: #B3B3B3. Windows color (decimal): -3228865 or 4176846. OLE color: 4176846.
HSL color Cylindrical-coordinate representation of color #CEBB3F: hue angle of 52.03º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CEBB3F is Cyan = 0, Magento = 0.09, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 63 | - |
| CMYK | 0 | 0.09 | 0.69 | 0.19 |
| HSL | 52.03º | 0.59% | 0.53% | - |
| HSV(B) | 52.03º | 0.69% | 0.81% | - |
| XYZ | 44.12 | 49.02 | 11.84 | - |
| YUV | 178.55 | 62.79 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 63 | 0 | 0.09 | 0.69 | 0.19 | 52.03 | 0.59 | 0.53 |
| Hex | CE | BB | 3F | 0 | 9 | 45 | 13 | 34 | 3B | 35 |
| Octal | 316 | 273 | 77 | 0 | 11 | 105 | 23 | 64 | 73 | 65 |
| Binary | 11001110 | 10111011 | 111111 | 0 | 1001 | 1000101 | 10011 | 110100 | 111011 | 110101 |
Color Harmonies of #CEBB3F
Complementary color
Monochromatic Colors of #CEBB3F
Black with #CEBB3F
Text Example
Text Example
White with #CEBB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB3F; }
p { color: rgb(206,187,63); }
H1.HeaderClassName
{
color: #CEBB3F;
}
.AnyTagClassName
{
color: #CEBB3F;
}
</style>
background-color css
<style>
a { background-color: #CEBB3F; }
a { background-color: rgb(206,187,63); }
div.DivClassName
{
background-color: #CEBB3F;
}
.BgClassName
{
background-color: #CEBB3F;
}
</style>
border-color css
<style>
span { border-color: #CEBB3F; }
span { border-color: rgb(206,187,63); }
td.TdClassName
{
border-color: #CEBB3F;
}
.TagClassName
{
border-color: #CEBB3F;
}
</style>