Shades of Old Gold #CEB82A
Tints of Old Gold #CEB82A
RGB
CMYK
RGB Variations
Color information
#CEB82A (or 0xCEB82A) is known color: Old Gold. HEX triplet: CE, B8 and 2A. RGB value is (206,184,42). Sum of RGB (Red+Green+Blue) = 206+184+42=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 184 (72.27% from 255 or 42.59% from 432); Blue value is 42 (16.80% from 255 or 9.72% from 432); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB82A is #3147D5. Grayscale: #AEAEAE. Windows color (decimal): -3229654 or 2799822. OLE color: 2799822.
HSL color Cylindrical-coordinate representation of color #CEB82A: hue angle of 51.95º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CEB82A is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 42 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.19 |
| HSL | 51.95º | 0.66% | 0.49% | - |
| HSV(B) | 51.95º | 0.8% | 0.81% | - |
| XYZ | 43.01 | 47.57 | 9.11 | - |
| YUV | 174.39 | 53.29 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 42 | 0 | 0.11 | 0.80 | 0.19 | 51.95 | 0.66 | 0.49 |
| Hex | CE | B8 | 2A | 0 | B | 50 | 13 | 34 | 42 | 31 |
| Octal | 316 | 270 | 52 | 0 | 13 | 120 | 23 | 64 | 102 | 61 |
| Binary | 11001110 | 10111000 | 101010 | 0 | 1011 | 1010000 | 10011 | 110100 | 1000010 | 110001 |
Color Harmonies of #CEB82A
Complementary color
Monochromatic Colors of #CEB82A
Black with #CEB82A
Text Example
Text Example
White with #CEB82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB82A; }
p { color: rgb(206,184,42); }
H1.HeaderClassName
{
color: #CEB82A;
}
.AnyTagClassName
{
color: #CEB82A;
}
</style>
background-color css
<style>
a { background-color: #CEB82A; }
a { background-color: rgb(206,184,42); }
div.DivClassName
{
background-color: #CEB82A;
}
.BgClassName
{
background-color: #CEB82A;
}
</style>
border-color css
<style>
span { border-color: #CEB82A; }
span { border-color: rgb(206,184,42); }
td.TdClassName
{
border-color: #CEB82A;
}
.TagClassName
{
border-color: #CEB82A;
}
</style>