Shades of Old Gold #CEBB42
Tints of Old Gold #CEBB42
RGB
CMYK
RGB Variations
Color information
#CEBB42 (or 0xCEBB42) is known color: Old Gold. HEX triplet: CE, BB and 42. RGB value is (206,187,66). Sum of RGB (Red+Green+Blue) = 206+187+66=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBB42 is #3144BD. Grayscale: #B3B3B3. Windows color (decimal): -3228862 or 4373454. OLE color: 4373454.
HSL color Cylindrical-coordinate representation of color #CEBB42: hue angle of 51.86º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEBB42 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 66 | - |
| CMYK | 0 | 0.09 | 0.68 | 0.19 |
| HSL | 51.86º | 0.59% | 0.53% | - |
| HSV(B) | 51.86º | 0.68% | 0.81% | - |
| XYZ | 44.21 | 49.06 | 12.29 | - |
| YUV | 178.89 | 64.29 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 66 | 0 | 0.09 | 0.68 | 0.19 | 51.86 | 0.59 | 0.53 |
| Hex | CE | BB | 42 | 0 | 9 | 44 | 13 | 34 | 3B | 35 |
| Octal | 316 | 273 | 102 | 0 | 11 | 104 | 23 | 64 | 73 | 65 |
| Binary | 11001110 | 10111011 | 1000010 | 0 | 1001 | 1000100 | 10011 | 110100 | 111011 | 110101 |
Color Harmonies of #CEBB42
Complementary color
Monochromatic Colors of #CEBB42
Black with #CEBB42
Text Example
Text Example
White with #CEBB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB42; }
p { color: rgb(206,187,66); }
H1.HeaderClassName
{
color: #CEBB42;
}
.AnyTagClassName
{
color: #CEBB42;
}
</style>
background-color css
<style>
a { background-color: #CEBB42; }
a { background-color: rgb(206,187,66); }
div.DivClassName
{
background-color: #CEBB42;
}
.BgClassName
{
background-color: #CEBB42;
}
</style>
border-color css
<style>
span { border-color: #CEBB42; }
span { border-color: rgb(206,187,66); }
td.TdClassName
{
border-color: #CEBB42;
}
.TagClassName
{
border-color: #CEBB42;
}
</style>