Shades of Old Gold #CEBD30
Tints of Old Gold #CEBD30
RGB
CMYK
RGB Variations
Color information
#CEBD30 (or 0xCEBD30) is known color: Old Gold. HEX triplet: CE, BD and 30. RGB value is (206,189,48). Sum of RGB (Red+Green+Blue) = 206+189+48=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 48 (19.14% from 255 or 10.84% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBD30 is #3142CF. Grayscale: #B2B2B2. Windows color (decimal): -3228368 or 3194318. OLE color: 3194318.
HSL color Cylindrical-coordinate representation of color #CEBD30: hue angle of 53.54º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CEBD30 is Cyan = 0, Magento = 0.08, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 48 | - |
| CMYK | 0 | 0.08 | 0.77 | 0.19 |
| HSL | 53.54º | 0.62% | 0.5% | - |
| HSV(B) | 53.54º | 0.77% | 0.81% | - |
| XYZ | 44.18 | 49.73 | 10.07 | - |
| YUV | 178.01 | 54.63 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 48 | 0 | 0.08 | 0.77 | 0.19 | 53.54 | 0.62 | 0.5 |
| Hex | CE | BD | 30 | 0 | 8 | 4D | 13 | 36 | 3E | 32 |
| Octal | 316 | 275 | 60 | 0 | 10 | 115 | 23 | 66 | 76 | 62 |
| Binary | 11001110 | 10111101 | 110000 | 0 | 1000 | 1001101 | 10011 | 110110 | 111110 | 110010 |
Color Harmonies of #CEBD30
Complementary color
Monochromatic Colors of #CEBD30
Black with #CEBD30
Text Example
Text Example
White with #CEBD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBD30; }
p { color: rgb(206,189,48); }
H1.HeaderClassName
{
color: #CEBD30;
}
.AnyTagClassName
{
color: #CEBD30;
}
</style>
background-color css
<style>
a { background-color: #CEBD30; }
a { background-color: rgb(206,189,48); }
div.DivClassName
{
background-color: #CEBD30;
}
.BgClassName
{
background-color: #CEBD30;
}
</style>
border-color css
<style>
span { border-color: #CEBD30; }
span { border-color: rgb(206,189,48); }
td.TdClassName
{
border-color: #CEBD30;
}
.TagClassName
{
border-color: #CEBD30;
}
</style>