Shades of Old Gold #CEBC4B
Tints of Old Gold #CEBC4B
RGB
CMYK
RGB Variations
Color information
#CEBC4B (or 0xCEBC4B) is known color: Old Gold. HEX triplet: CE, BC and 4B. RGB value is (206,188,75). Sum of RGB (Red+Green+Blue) = 206+188+75=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 75 (29.69% from 255 or 15.99% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBC4B is #3143B4. Grayscale: #B4B4B4. Windows color (decimal): -3228597 or 4963534. OLE color: 4963534.
HSL color Cylindrical-coordinate representation of color #CEBC4B: hue angle of 51.76º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CEBC4B is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 188 | 75 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.19 |
| HSL | 51.76º | 0.57% | 0.55% | - |
| HSV(B) | 51.76º | 0.64% | 0.81% | - |
| XYZ | 44.71 | 49.6 | 13.87 | - |
| YUV | 180.5 | 68.46 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 188 | 75 | 0 | 0.09 | 0.64 | 0.19 | 51.76 | 0.57 | 0.55 |
| Hex | CE | BC | 4B | 0 | 9 | 40 | 13 | 34 | 39 | 37 |
| Octal | 316 | 274 | 113 | 0 | 11 | 100 | 23 | 64 | 71 | 67 |
| Binary | 11001110 | 10111100 | 1001011 | 0 | 1001 | 1000000 | 10011 | 110100 | 111001 | 110111 |
Color Harmonies of #CEBC4B
Complementary color
Monochromatic Colors of #CEBC4B
Black with #CEBC4B
Text Example
Text Example
White with #CEBC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBC4B; }
p { color: rgb(206,188,75); }
H1.HeaderClassName
{
color: #CEBC4B;
}
.AnyTagClassName
{
color: #CEBC4B;
}
</style>
background-color css
<style>
a { background-color: #CEBC4B; }
a { background-color: rgb(206,188,75); }
div.DivClassName
{
background-color: #CEBC4B;
}
.BgClassName
{
background-color: #CEBC4B;
}
</style>
border-color css
<style>
span { border-color: #CEBC4B; }
span { border-color: rgb(206,188,75); }
td.TdClassName
{
border-color: #CEBC4B;
}
.TagClassName
{
border-color: #CEBC4B;
}
</style>