Shades of Bird Flower #CEB510
Tints of Bird Flower #CEB510
RGB
CMYK
RGB Variations
Color information
#CEB510 (or 0xCEB510) is known color: Bird Flower. HEX triplet: CE, B5 and 10. RGB value is (206,181,16). Sum of RGB (Red+Green+Blue) = 206+181+16=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 16 (6.64% from 255 or 3.97% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB510 is #314AEF. Grayscale: #AAAAAA. Windows color (decimal): -3230448 or 1095118. OLE color: 1095118.
HSL color Cylindrical-coordinate representation of color #CEB510: hue angle of 52.11º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEB510 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 16 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.19 |
| HSL | 52.11º | 0.86% | 0.44% | - |
| HSV(B) | 52.11º | 0.92% | 0.81% | - |
| XYZ | 42.07 | 46.21 | 7.19 | - |
| YUV | 169.67 | 41.28 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 16 | 0 | 0.12 | 0.92 | 0.19 | 52.11 | 0.86 | 0.44 |
| Hex | CE | B5 | 10 | 0 | C | 5C | 13 | 34 | 56 | 2C |
| Octal | 316 | 265 | 20 | 0 | 14 | 134 | 23 | 64 | 126 | 54 |
| Binary | 11001110 | 10110101 | 10000 | 0 | 1100 | 1011100 | 10011 | 110100 | 1010110 | 101100 |
Color Harmonies of #CEB510
Complementary color
Monochromatic Colors of #CEB510
Black with #CEB510
Text Example
Text Example
White with #CEB510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB510; }
p { color: rgb(206,181,16); }
H1.HeaderClassName
{
color: #CEB510;
}
.AnyTagClassName
{
color: #CEB510;
}
</style>
background-color css
<style>
a { background-color: #CEB510; }
a { background-color: rgb(206,181,16); }
div.DivClassName
{
background-color: #CEB510;
}
.BgClassName
{
background-color: #CEB510;
}
</style>
border-color css
<style>
span { border-color: #CEB510; }
span { border-color: rgb(206,181,16); }
td.TdClassName
{
border-color: #CEB510;
}
.TagClassName
{
border-color: #CEB510;
}
</style>