Shades of Bird Flower #CEB906
Tints of Bird Flower #CEB906
RGB
CMYK
RGB Variations
Color information
#CEB906 (or 0xCEB906) is known color: Bird Flower. HEX triplet: CE, B9 and 06. RGB value is (206,185,6). Sum of RGB (Red+Green+Blue) = 206+185+6=397 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.89% from 397); Green value is 185 (72.66% from 255 or 46.60% from 397); Blue value is 6 (2.73% from 255 or 1.51% from 397); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB906 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB906 is #3146F9. Grayscale: #ABABAB. Windows color (decimal): -3229434 or 440782. OLE color: 440782.
HSL color Cylindrical-coordinate representation of color #CEB906: hue angle of 53.7º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CEB906 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 185 | 6 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.19 |
| HSL | 53.7º | 0.94% | 0.42% | - |
| HSV(B) | 53.7º | 0.97% | 0.81% | - |
| XYZ | 42.84 | 47.83 | 7.15 | - |
| YUV | 170.87 | 34.96 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 185 | 6 | 0 | 0.10 | 0.97 | 0.19 | 53.7 | 0.94 | 0.42 |
| Hex | CE | B9 | 6 | 0 | A | 61 | 13 | 36 | 5E | 2A |
| Octal | 316 | 271 | 6 | 0 | 12 | 141 | 23 | 66 | 136 | 52 |
| Binary | 11001110 | 10111001 | 110 | 0 | 1010 | 1100001 | 10011 | 110110 | 1011110 | 101010 |
Color Harmonies of #CEB906
Complementary color
Monochromatic Colors of #CEB906
Black with #CEB906
Text Example
Text Example
White with #CEB906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB906; }
p { color: rgb(206,185,6); }
H1.HeaderClassName
{
color: #CEB906;
}
.AnyTagClassName
{
color: #CEB906;
}
</style>
background-color css
<style>
a { background-color: #CEB906; }
a { background-color: rgb(206,185,6); }
div.DivClassName
{
background-color: #CEB906;
}
.BgClassName
{
background-color: #CEB906;
}
</style>
border-color css
<style>
span { border-color: #CEB906; }
span { border-color: rgb(206,185,6); }
td.TdClassName
{
border-color: #CEB906;
}
.TagClassName
{
border-color: #CEB906;
}
</style>