Shades of Old Gold #CEB23C
Tints of Old Gold #CEB23C
RGB
CMYK
RGB Variations
Color information
#CEB23C (or 0xCEB23C) is known color: Old Gold. HEX triplet: CE, B2 and 3C. RGB value is (206,178,60). Sum of RGB (Red+Green+Blue) = 206+178+60=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB23C is #314DC3. Grayscale: #ADADAD. Windows color (decimal): -3231172 or 3977934. OLE color: 3977934.
HSL color Cylindrical-coordinate representation of color #CEB23C: hue angle of 48.49º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CEB23C is Cyan = 0, Magento = 0.14, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 178 | 60 | - |
| CMYK | 0 | 0.14 | 0.71 | 0.19 |
| HSL | 48.49º | 0.6% | 0.52% | - |
| HSV(B) | 48.49º | 0.71% | 0.81% | - |
| XYZ | 42.19 | 45.29 | 10.79 | - |
| YUV | 172.92 | 64.28 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 178 | 60 | 0 | 0.14 | 0.71 | 0.19 | 48.49 | 0.6 | 0.52 |
| Hex | CE | B2 | 3C | 0 | E | 47 | 13 | 30 | 3C | 34 |
| Octal | 316 | 262 | 74 | 0 | 16 | 107 | 23 | 60 | 74 | 64 |
| Binary | 11001110 | 10110010 | 111100 | 0 | 1110 | 1000111 | 10011 | 110000 | 111100 | 110100 |
Color Harmonies of #CEB23C
Complementary color
Monochromatic Colors of #CEB23C
Black with #CEB23C
Text Example
Text Example
White with #CEB23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB23C; }
p { color: rgb(206,178,60); }
H1.HeaderClassName
{
color: #CEB23C;
}
.AnyTagClassName
{
color: #CEB23C;
}
</style>
background-color css
<style>
a { background-color: #CEB23C; }
a { background-color: rgb(206,178,60); }
div.DivClassName
{
background-color: #CEB23C;
}
.BgClassName
{
background-color: #CEB23C;
}
</style>
border-color css
<style>
span { border-color: #CEB23C; }
span { border-color: rgb(206,178,60); }
td.TdClassName
{
border-color: #CEB23C;
}
.TagClassName
{
border-color: #CEB23C;
}
</style>