Shades of Bird Flower #CEB909
Tints of Bird Flower #CEB909
RGB
CMYK
RGB Variations
Color information
#CEB909 (or 0xCEB909) is known color: Bird Flower. HEX triplet: CE, B9 and 09. RGB value is (206,185,9). Sum of RGB (Red+Green+Blue) = 206+185+9=400 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.5% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 9 (3.91% from 255 or 2.25% from 400); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB909 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB909 is #3146F6. Grayscale: #ABABAB. Windows color (decimal): -3229431 or 637390. OLE color: 637390.
HSL color Cylindrical-coordinate representation of color #CEB909: hue angle of 53.6º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEB909 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 185 | 9 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.19 |
| HSL | 53.6º | 0.92% | 0.42% | - |
| HSV(B) | 53.6º | 0.96% | 0.81% | - |
| XYZ | 42.85 | 47.84 | 7.23 | - |
| YUV | 171.22 | 36.46 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 9 | 0 | 0.10 | 0.96 | 0.19 | 53.6 | 0.92 | 0.42 |
| Hex | CE | B9 | 9 | 0 | A | 60 | 13 | 36 | 5C | 2A |
| Octal | 316 | 271 | 11 | 0 | 12 | 140 | 23 | 66 | 134 | 52 |
| Binary | 11001110 | 10111001 | 1001 | 0 | 1010 | 1100000 | 10011 | 110110 | 1011100 | 101010 |
Color Harmonies of #CEB909
Complementary color
Monochromatic Colors of #CEB909
Black with #CEB909
Text Example
Text Example
White with #CEB909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB909; }
p { color: rgb(206,185,9); }
H1.HeaderClassName
{
color: #CEB909;
}
.AnyTagClassName
{
color: #CEB909;
}
</style>
background-color css
<style>
a { background-color: #CEB909; }
a { background-color: rgb(206,185,9); }
div.DivClassName
{
background-color: #CEB909;
}
.BgClassName
{
background-color: #CEB909;
}
</style>
border-color css
<style>
span { border-color: #CEB909; }
span { border-color: rgb(206,185,9); }
td.TdClassName
{
border-color: #CEB909;
}
.TagClassName
{
border-color: #CEB909;
}
</style>