Shades of Old Gold #CEBB3C
Tints of Old Gold #CEBB3C
RGB
CMYK
RGB Variations
Color information
#CEBB3C (or 0xCEBB3C) is known color: Old Gold. HEX triplet: CE, BB and 3C. RGB value is (206,187,60). Sum of RGB (Red+Green+Blue) = 206+187+60=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 187 (73.44% from 255 or 41.28% from 453); Blue value is 60 (23.83% from 255 or 13.25% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBB3C is #3144C3. Grayscale: #B2B2B2. Windows color (decimal): -3228868 or 3980238. OLE color: 3980238.
HSL color Cylindrical-coordinate representation of color #CEBB3C: hue angle of 52.19º 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 #CEBB3C is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 187 | 60 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.19 |
| HSL | 52.19º | 0.6% | 0.52% | - |
| HSV(B) | 52.19º | 0.71% | 0.81% | - |
| XYZ | 44.04 | 48.99 | 11.41 | - |
| YUV | 178.2 | 61.29 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 60 | 0 | 0.09 | 0.71 | 0.19 | 52.19 | 0.6 | 0.52 |
| Hex | CE | BB | 3C | 0 | 9 | 47 | 13 | 34 | 3C | 34 |
| Octal | 316 | 273 | 74 | 0 | 11 | 107 | 23 | 64 | 74 | 64 |
| Binary | 11001110 | 10111011 | 111100 | 0 | 1001 | 1000111 | 10011 | 110100 | 111100 | 110100 |
Color Harmonies of #CEBB3C
Complementary color
Monochromatic Colors of #CEBB3C
Black with #CEBB3C
Text Example
Text Example
White with #CEBB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBB3C; }
p { color: rgb(206,187,60); }
H1.HeaderClassName
{
color: #CEBB3C;
}
.AnyTagClassName
{
color: #CEBB3C;
}
</style>
background-color css
<style>
a { background-color: #CEBB3C; }
a { background-color: rgb(206,187,60); }
div.DivClassName
{
background-color: #CEBB3C;
}
.BgClassName
{
background-color: #CEBB3C;
}
</style>
border-color css
<style>
span { border-color: #CEBB3C; }
span { border-color: rgb(206,187,60); }
td.TdClassName
{
border-color: #CEBB3C;
}
.TagClassName
{
border-color: #CEBB3C;
}
</style>