Shades of Old Gold #CEB434
Tints of Old Gold #CEB434
RGB
CMYK
RGB Variations
Color information
#CEB434 (or 0xCEB434) is known color: Old Gold. HEX triplet: CE, B4 and 34. RGB value is (206,180,52). Sum of RGB (Red+Green+Blue) = 206+180+52=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 180 (70.70% from 255 or 41.10% from 438); Blue value is 52 (20.70% from 255 or 11.87% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB434 is #314BCB. Grayscale: #ADADAD. Windows color (decimal): -3230668 or 3454158. OLE color: 3454158.
HSL color Cylindrical-coordinate representation of color #CEB434: hue angle of 49.87º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CEB434 is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 180 | 52 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.19 |
| HSL | 49.87º | 0.61% | 0.51% | - |
| HSV(B) | 49.87º | 0.75% | 0.81% | - |
| XYZ | 42.39 | 46.01 | 9.9 | - |
| YUV | 173.18 | 59.61 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 52 | 0 | 0.13 | 0.75 | 0.19 | 49.87 | 0.61 | 0.51 |
| Hex | CE | B4 | 34 | 0 | D | 4B | 13 | 32 | 3D | 33 |
| Octal | 316 | 264 | 64 | 0 | 15 | 113 | 23 | 62 | 75 | 63 |
| Binary | 11001110 | 10110100 | 110100 | 0 | 1101 | 1001011 | 10011 | 110010 | 111101 | 110011 |
Color Harmonies of #CEB434
Complementary color
Monochromatic Colors of #CEB434
Black with #CEB434
Text Example
Text Example
White with #CEB434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB434; }
p { color: rgb(206,180,52); }
H1.HeaderClassName
{
color: #CEB434;
}
.AnyTagClassName
{
color: #CEB434;
}
</style>
background-color css
<style>
a { background-color: #CEB434; }
a { background-color: rgb(206,180,52); }
div.DivClassName
{
background-color: #CEB434;
}
.BgClassName
{
background-color: #CEB434;
}
</style>
border-color css
<style>
span { border-color: #CEB434; }
span { border-color: rgb(206,180,52); }
td.TdClassName
{
border-color: #CEB434;
}
.TagClassName
{
border-color: #CEB434;
}
</style>