Shades of Bird Flower #CEBD00
Tints of Bird Flower #CEBD00
RGB
CMYK
RGB Variations
Color information
#CEBD00 (or 0xCEBD00) is known color: Bird Flower. HEX triplet: CE, BD and 00. RGB value is (206,189,0). Sum of RGB (Red+Green+Blue) = 206+189+0=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 189 (74.22% from 255 or 47.85% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEBD00 is #3142FF. Grayscale: #ADADAD. Windows color (decimal): -3228416 or 48590. OLE color: 48590.
HSL color Cylindrical-coordinate representation of color #CEBD00: hue angle of 55.05º 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 #CEBD00 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.19 |
| HSL | 55.05º | 1% | 0.4% | - |
| HSV(B) | 55.05º | 1% | 0.81% | - |
| XYZ | 43.65 | 49.52 | 7.26 | - |
| YUV | 172.54 | 30.63 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 0 | 0 | 0.08 | 1 | 0.19 | 55.05 | 1 | 0.4 |
| Hex | CE | BD | 0 | 0 | 8 | 64 | 13 | 37 | 64 | 28 |
| Octal | 316 | 275 | 0 | 0 | 10 | 144 | 23 | 67 | 144 | 50 |
| Binary | 11001110 | 10111101 | 0 | 0 | 1000 | 1100100 | 10011 | 110111 | 1100100 | 101000 |
Color Harmonies of #CEBD00
Complementary color
Monochromatic Colors of #CEBD00
Black with #CEBD00
Text Example
Text Example
White with #CEBD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBD00; }
p { color: rgb(206,189,0); }
H1.HeaderClassName
{
color: #CEBD00;
}
.AnyTagClassName
{
color: #CEBD00;
}
</style>
background-color css
<style>
a { background-color: #CEBD00; }
a { background-color: rgb(206,189,0); }
div.DivClassName
{
background-color: #CEBD00;
}
.BgClassName
{
background-color: #CEBD00;
}
</style>
border-color css
<style>
span { border-color: #CEBD00; }
span { border-color: rgb(206,189,0); }
td.TdClassName
{
border-color: #CEBD00;
}
.TagClassName
{
border-color: #CEBD00;
}
</style>