Shades of Metallic Gold #CEB527
Tints of Metallic Gold #CEB527
RGB
CMYK
RGB Variations
Color information
#CEB527 (or 0xCEB527) is known color: Metallic Gold. HEX triplet: CE, B5 and 27. RGB value is (206,181,39). Sum of RGB (Red+Green+Blue) = 206+181+39=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 181 (71.09% from 255 or 42.49% from 426); Blue value is 39 (15.62% from 255 or 9.15% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB527 is #314AD8. Grayscale: #ACACAC. Windows color (decimal): -3230425 or 2602446. OLE color: 2602446.
HSL color Cylindrical-coordinate representation of color #CEB527: hue angle of 51.02º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CEB527 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 39 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.19 |
| HSL | 51.02º | 0.68% | 0.48% | - |
| HSV(B) | 51.02º | 0.81% | 0.81% | - |
| XYZ | 42.34 | 46.32 | 8.63 | - |
| YUV | 172.29 | 52.78 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 39 | 0 | 0.12 | 0.81 | 0.19 | 51.02 | 0.68 | 0.48 |
| Hex | CE | B5 | 27 | 0 | C | 51 | 13 | 33 | 44 | 30 |
| Octal | 316 | 265 | 47 | 0 | 14 | 121 | 23 | 63 | 104 | 60 |
| Binary | 11001110 | 10110101 | 100111 | 0 | 1100 | 1010001 | 10011 | 110011 | 1000100 | 110000 |
Color Harmonies of #CEB527
Complementary color
Monochromatic Colors of #CEB527
Black with #CEB527
Text Example
Text Example
White with #CEB527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB527; }
p { color: rgb(206,181,39); }
H1.HeaderClassName
{
color: #CEB527;
}
.AnyTagClassName
{
color: #CEB527;
}
</style>
background-color css
<style>
a { background-color: #CEB527; }
a { background-color: rgb(206,181,39); }
div.DivClassName
{
background-color: #CEB527;
}
.BgClassName
{
background-color: #CEB527;
}
</style>
border-color css
<style>
span { border-color: #CEB527; }
span { border-color: rgb(206,181,39); }
td.TdClassName
{
border-color: #CEB527;
}
.TagClassName
{
border-color: #CEB527;
}
</style>