Shades of Old Gold #CEB03C
Tints of Old Gold #CEB03C
RGB
CMYK
RGB Variations
Color information
#CEB03C (or 0xCEB03C) is known color: Old Gold. HEX triplet: CE, B0 and 3C. RGB value is (206,176,60). Sum of RGB (Red+Green+Blue) = 206+176+60=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 60 (23.83% from 255 or 13.57% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB03C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEB03C is #314FC3. Grayscale: #ACACAC. Windows color (decimal): -3231684 or 3977422. OLE color: 3977422.
HSL color Cylindrical-coordinate representation of color #CEB03C: hue angle of 47.67º 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 #CEB03C is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 60 | - |
| CMYK | 0 | 0.15 | 0.71 | 0.19 |
| HSL | 47.67º | 0.6% | 0.52% | - |
| HSV(B) | 47.67º | 0.71% | 0.81% | - |
| XYZ | 41.79 | 44.5 | 10.66 | - |
| YUV | 171.75 | 64.94 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 60 | 0 | 0.15 | 0.71 | 0.19 | 47.67 | 0.6 | 0.52 |
| Hex | CE | B0 | 3C | 0 | F | 47 | 13 | 30 | 3C | 34 |
| Octal | 316 | 260 | 74 | 0 | 17 | 107 | 23 | 60 | 74 | 64 |
| Binary | 11001110 | 10110000 | 111100 | 0 | 1111 | 1000111 | 10011 | 110000 | 111100 | 110100 |
Color Harmonies of #CEB03C
Complementary color
Monochromatic Colors of #CEB03C
Black with #CEB03C
Text Example
Text Example
White with #CEB03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB03C; }
p { color: rgb(206,176,60); }
H1.HeaderClassName
{
color: #CEB03C;
}
.AnyTagClassName
{
color: #CEB03C;
}
</style>
background-color css
<style>
a { background-color: #CEB03C; }
a { background-color: rgb(206,176,60); }
div.DivClassName
{
background-color: #CEB03C;
}
.BgClassName
{
background-color: #CEB03C;
}
</style>
border-color css
<style>
span { border-color: #CEB03C; }
span { border-color: rgb(206,176,60); }
td.TdClassName
{
border-color: #CEB03C;
}
.TagClassName
{
border-color: #CEB03C;
}
</style>