Shades of Bird Flower #CEB500
Tints of Bird Flower #CEB500
RGB
CMYK
RGB Variations
Color information
#CEB500 (or 0xCEB500) is known color: Bird Flower. HEX triplet: CE, B5 and 00. RGB value is (206,181,0). Sum of RGB (Red+Green+Blue) = 206+181+0=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 0 (0.39% from 255 or 0% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB500 is #314AFF. Grayscale: #A8A8A8. Windows color (decimal): -3230464 or 46542. OLE color: 46542.
HSL color Cylindrical-coordinate representation of color #CEB500: hue angle of 52.72º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEB500 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.19 |
| HSL | 52.72º | 1% | 0.4% | - |
| HSV(B) | 52.72º | 1% | 0.81% | - |
| XYZ | 41.98 | 46.17 | 6.7 | - |
| YUV | 167.84 | 33.28 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 0 | 0 | 0.12 | 1 | 0.19 | 52.72 | 1 | 0.4 |
| Hex | CE | B5 | 0 | 0 | C | 64 | 13 | 35 | 64 | 28 |
| Octal | 316 | 265 | 0 | 0 | 14 | 144 | 23 | 65 | 144 | 50 |
| Binary | 11001110 | 10110101 | 0 | 0 | 1100 | 1100100 | 10011 | 110101 | 1100100 | 101000 |
Color Harmonies of #CEB500
Complementary color
Monochromatic Colors of #CEB500
Black with #CEB500
Text Example
Text Example
White with #CEB500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB500; }
p { color: rgb(206,181,0); }
H1.HeaderClassName
{
color: #CEB500;
}
.AnyTagClassName
{
color: #CEB500;
}
</style>
background-color css
<style>
a { background-color: #CEB500; }
a { background-color: rgb(206,181,0); }
div.DivClassName
{
background-color: #CEB500;
}
.BgClassName
{
background-color: #CEB500;
}
</style>
border-color css
<style>
span { border-color: #CEB500; }
span { border-color: rgb(206,181,0); }
td.TdClassName
{
border-color: #CEB500;
}
.TagClassName
{
border-color: #CEB500;
}
</style>