Shades of Bird Flower #CEB006
Tints of Bird Flower #CEB006
RGB
CMYK
RGB Variations
Color information
#CEB006 (or 0xCEB006) is known color: Bird Flower. HEX triplet: CE, B0 and 06. RGB value is (206,176,6). Sum of RGB (Red+Green+Blue) = 206+176+6=388 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.09% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 6 (2.73% from 255 or 1.55% from 388); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEB006 is #314FF9. Grayscale: #A6A6A6. Windows color (decimal): -3231738 or 438478. OLE color: 438478.
HSL color Cylindrical-coordinate representation of color #CEB006: hue angle of 51º 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 #CEB006 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 176 | 6 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.19 |
| HSL | 51º | 0.94% | 0.42% | - |
| HSV(B) | 51º | 0.97% | 0.81% | - |
| XYZ | 41.01 | 44.19 | 6.54 | - |
| YUV | 165.59 | 37.94 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 176 | 6 | 0 | 0.15 | 0.97 | 0.19 | 51 | 0.94 | 0.42 |
| Hex | CE | B0 | 6 | 0 | F | 61 | 13 | 33 | 5E | 2A |
| Octal | 316 | 260 | 6 | 0 | 17 | 141 | 23 | 63 | 136 | 52 |
| Binary | 11001110 | 10110000 | 110 | 0 | 1111 | 1100001 | 10011 | 110011 | 1011110 | 101010 |
Color Harmonies of #CEB006
Complementary color
Monochromatic Colors of #CEB006
Black with #CEB006
Text Example
Text Example
White with #CEB006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB006; }
p { color: rgb(206,176,6); }
H1.HeaderClassName
{
color: #CEB006;
}
.AnyTagClassName
{
color: #CEB006;
}
</style>
background-color css
<style>
a { background-color: #CEB006; }
a { background-color: rgb(206,176,6); }
div.DivClassName
{
background-color: #CEB006;
}
.BgClassName
{
background-color: #CEB006;
}
</style>
border-color css
<style>
span { border-color: #CEB006; }
span { border-color: rgb(206,176,6); }
td.TdClassName
{
border-color: #CEB006;
}
.TagClassName
{
border-color: #CEB006;
}
</style>