Shades of Old Gold #CEBF32
Tints of Old Gold #CEBF32
RGB
CMYK
RGB Variations
Color information
#CEBF32 (or 0xCEBF32) is known color: Old Gold. HEX triplet: CE, BF and 32. RGB value is (206,191,50). Sum of RGB (Red+Green+Blue) = 206+191+50=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 50 (19.92% from 255 or 11.19% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBF32 is #3140CD. Grayscale: #B3B3B3. Windows color (decimal): -3227854 or 3325902. OLE color: 3325902.
HSL color Cylindrical-coordinate representation of color #CEBF32: hue angle of 54.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CEBF32 is Cyan = 0, Magento = 0.07, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 191 | 50 | - |
| CMYK | 0 | 0.07 | 0.76 | 0.19 |
| HSL | 54.23º | 0.61% | 0.5% | - |
| HSV(B) | 54.23º | 0.76% | 0.81% | - |
| XYZ | 44.66 | 50.61 | 10.43 | - |
| YUV | 179.41 | 54.97 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 50 | 0 | 0.07 | 0.76 | 0.19 | 54.23 | 0.61 | 0.5 |
| Hex | CE | BF | 32 | 0 | 7 | 4C | 13 | 36 | 3D | 32 |
| Octal | 316 | 277 | 62 | 0 | 7 | 114 | 23 | 66 | 75 | 62 |
| Binary | 11001110 | 10111111 | 110010 | 0 | 111 | 1001100 | 10011 | 110110 | 111101 | 110010 |
Color Harmonies of #CEBF32
Complementary color
Monochromatic Colors of #CEBF32
Black with #CEBF32
Text Example
Text Example
White with #CEBF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBF32; }
p { color: rgb(206,191,50); }
H1.HeaderClassName
{
color: #CEBF32;
}
.AnyTagClassName
{
color: #CEBF32;
}
</style>
background-color css
<style>
a { background-color: #CEBF32; }
a { background-color: rgb(206,191,50); }
div.DivClassName
{
background-color: #CEBF32;
}
.BgClassName
{
background-color: #CEBF32;
}
</style>
border-color css
<style>
span { border-color: #CEBF32; }
span { border-color: rgb(206,191,50); }
td.TdClassName
{
border-color: #CEBF32;
}
.TagClassName
{
border-color: #CEBF32;
}
</style>