Shades of Old Gold #CEB42D
Tints of Old Gold #CEB42D
RGB
CMYK
RGB Variations
Color information
#CEB42D (or 0xCEB42D) is known color: Old Gold. HEX triplet: CE, B4 and 2D. RGB value is (206,180,45). Sum of RGB (Red+Green+Blue) = 206+180+45=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB42D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB42D is #314BD2. Grayscale: #ACACAC. Windows color (decimal): -3230675 or 2995406. OLE color: 2995406.
HSL color Cylindrical-coordinate representation of color #CEB42D: hue angle of 50.31º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEB42D is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 180 | 45 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.19 |
| HSL | 50.31º | 0.64% | 0.49% | - |
| HSV(B) | 50.31º | 0.78% | 0.81% | - |
| XYZ | 42.25 | 45.95 | 9.13 | - |
| YUV | 172.38 | 56.11 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 45 | 0 | 0.13 | 0.78 | 0.19 | 50.31 | 0.64 | 0.49 |
| Hex | CE | B4 | 2D | 0 | D | 4E | 13 | 32 | 40 | 31 |
| Octal | 316 | 264 | 55 | 0 | 15 | 116 | 23 | 62 | 100 | 61 |
| Binary | 11001110 | 10110100 | 101101 | 0 | 1101 | 1001110 | 10011 | 110010 | 1000000 | 110001 |
Color Harmonies of #CEB42D
Complementary color
Monochromatic Colors of #CEB42D
Black with #CEB42D
Text Example
Text Example
White with #CEB42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB42D; }
p { color: rgb(206,180,45); }
H1.HeaderClassName
{
color: #CEB42D;
}
.AnyTagClassName
{
color: #CEB42D;
}
</style>
background-color css
<style>
a { background-color: #CEB42D; }
a { background-color: rgb(206,180,45); }
div.DivClassName
{
background-color: #CEB42D;
}
.BgClassName
{
background-color: #CEB42D;
}
</style>
border-color css
<style>
span { border-color: #CEB42D; }
span { border-color: rgb(206,180,45); }
td.TdClassName
{
border-color: #CEB42D;
}
.TagClassName
{
border-color: #CEB42D;
}
</style>