Shades of Old Gold #CEB43D
Tints of Old Gold #CEB43D
RGB
CMYK
RGB Variations
Color information
#CEB43D (or 0xCEB43D) is known color: Old Gold. HEX triplet: CE, B4 and 3D. RGB value is (206,180,61). Sum of RGB (Red+Green+Blue) = 206+180+61=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 61 (24.22% from 255 or 13.65% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB43D is #314BC2. Grayscale: #AEAEAE. Windows color (decimal): -3230659 or 4043982. OLE color: 4043982.
HSL color Cylindrical-coordinate representation of color #CEB43D: hue angle of 49.24º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CEB43D is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 180 | 61 | - |
| CMYK | 0 | 0.13 | 0.70 | 0.19 |
| HSL | 49.24º | 0.6% | 0.52% | - |
| HSV(B) | 49.24º | 0.7% | 0.81% | - |
| XYZ | 42.62 | 46.1 | 11.07 | - |
| YUV | 174.21 | 64.11 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 61 | 0 | 0.13 | 0.70 | 0.19 | 49.24 | 0.6 | 0.52 |
| Hex | CE | B4 | 3D | 0 | D | 46 | 13 | 31 | 3C | 34 |
| Octal | 316 | 264 | 75 | 0 | 15 | 106 | 23 | 61 | 74 | 64 |
| Binary | 11001110 | 10110100 | 111101 | 0 | 1101 | 1000110 | 10011 | 110001 | 111100 | 110100 |
Color Harmonies of #CEB43D
Complementary color
Monochromatic Colors of #CEB43D
Black with #CEB43D
Text Example
Text Example
White with #CEB43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB43D; }
p { color: rgb(206,180,61); }
H1.HeaderClassName
{
color: #CEB43D;
}
.AnyTagClassName
{
color: #CEB43D;
}
</style>
background-color css
<style>
a { background-color: #CEB43D; }
a { background-color: rgb(206,180,61); }
div.DivClassName
{
background-color: #CEB43D;
}
.BgClassName
{
background-color: #CEB43D;
}
</style>
border-color css
<style>
span { border-color: #CEB43D; }
span { border-color: rgb(206,180,61); }
td.TdClassName
{
border-color: #CEB43D;
}
.TagClassName
{
border-color: #CEB43D;
}
</style>