Shades of Old Gold #CEBF3C
Tints of Old Gold #CEBF3C
RGB
CMYK
RGB Variations
Color information
#CEBF3C (or 0xCEBF3C) is known color: Old Gold. HEX triplet: CE, BF and 3C. RGB value is (206,191,60). Sum of RGB (Red+Green+Blue) = 206+191+60=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 60 (23.83% from 255 or 13.13% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBF3C is #3140C3. Grayscale: #B5B5B5. Windows color (decimal): -3227844 or 3981262. OLE color: 3981262.
HSL color Cylindrical-coordinate representation of color #CEBF3C: hue angle of 53.84º 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 #CEBF3C is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 191 | 60 | - |
| CMYK | 0 | 0.07 | 0.71 | 0.19 |
| HSL | 53.84º | 0.6% | 0.52% | - |
| HSV(B) | 53.84º | 0.71% | 0.81% | - |
| XYZ | 44.9 | 50.71 | 11.7 | - |
| YUV | 180.55 | 59.97 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 60 | 0 | 0.07 | 0.71 | 0.19 | 53.84 | 0.6 | 0.52 |
| Hex | CE | BF | 3C | 0 | 7 | 47 | 13 | 36 | 3C | 34 |
| Octal | 316 | 277 | 74 | 0 | 7 | 107 | 23 | 66 | 74 | 64 |
| Binary | 11001110 | 10111111 | 111100 | 0 | 111 | 1000111 | 10011 | 110110 | 111100 | 110100 |
Color Harmonies of #CEBF3C
Complementary color
Monochromatic Colors of #CEBF3C
Black with #CEBF3C
Text Example
Text Example
White with #CEBF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBF3C; }
p { color: rgb(206,191,60); }
H1.HeaderClassName
{
color: #CEBF3C;
}
.AnyTagClassName
{
color: #CEBF3C;
}
</style>
background-color css
<style>
a { background-color: #CEBF3C; }
a { background-color: rgb(206,191,60); }
div.DivClassName
{
background-color: #CEBF3C;
}
.BgClassName
{
background-color: #CEBF3C;
}
</style>
border-color css
<style>
span { border-color: #CEBF3C; }
span { border-color: rgb(206,191,60); }
td.TdClassName
{
border-color: #CEBF3C;
}
.TagClassName
{
border-color: #CEBF3C;
}
</style>