Shades of Bird Flower #CEB716
Tints of Bird Flower #CEB716
RGB
CMYK
RGB Variations
Color information
#CEB716 (or 0xCEB716) is known color: Bird Flower. HEX triplet: CE, B7 and 16. RGB value is (206,183,22). Sum of RGB (Red+Green+Blue) = 206+183+22=411 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.12% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 22 (8.98% from 255 or 5.35% from 411); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB716 is #3148E9. Grayscale: #ACACAC. Windows color (decimal): -3229930 or 1488846. OLE color: 1488846.
HSL color Cylindrical-coordinate representation of color #CEB716: hue angle of 52.5º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CEB716 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 22 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.19 |
| HSL | 52.5º | 0.81% | 0.45% | - |
| HSV(B) | 52.5º | 0.89% | 0.81% | - |
| XYZ | 42.53 | 47.05 | 7.6 | - |
| YUV | 171.52 | 43.62 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 22 | 0 | 0.11 | 0.89 | 0.19 | 52.5 | 0.81 | 0.45 |
| Hex | CE | B7 | 16 | 0 | B | 59 | 13 | 34 | 51 | 2D |
| Octal | 316 | 267 | 26 | 0 | 13 | 131 | 23 | 64 | 121 | 55 |
| Binary | 11001110 | 10110111 | 10110 | 0 | 1011 | 1011001 | 10011 | 110100 | 1010001 | 101101 |
Color Harmonies of #CEB716
Complementary color
Monochromatic Colors of #CEB716
Black with #CEB716
Text Example
Text Example
White with #CEB716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB716; }
p { color: rgb(206,183,22); }
H1.HeaderClassName
{
color: #CEB716;
}
.AnyTagClassName
{
color: #CEB716;
}
</style>
background-color css
<style>
a { background-color: #CEB716; }
a { background-color: rgb(206,183,22); }
div.DivClassName
{
background-color: #CEB716;
}
.BgClassName
{
background-color: #CEB716;
}
</style>
border-color css
<style>
span { border-color: #CEB716; }
span { border-color: rgb(206,183,22); }
td.TdClassName
{
border-color: #CEB716;
}
.TagClassName
{
border-color: #CEB716;
}
</style>