Shades of Bird Flower #CEB806
Tints of Bird Flower #CEB806
RGB
CMYK
RGB Variations
Color information
#CEB806 (or 0xCEB806) is known color: Bird Flower. HEX triplet: CE, B8 and 06. RGB value is (206,184,6). Sum of RGB (Red+Green+Blue) = 206+184+6=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 6 (2.73% from 255 or 1.52% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB806 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB806 is #3147F9. Grayscale: #ABABAB. Windows color (decimal): -3229690 or 440526. OLE color: 440526.
HSL color Cylindrical-coordinate representation of color #CEB806: hue angle of 53.4º 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 #CEB806 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 6 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.19 |
| HSL | 53.4º | 0.94% | 0.42% | - |
| HSV(B) | 53.4º | 0.97% | 0.81% | - |
| XYZ | 42.63 | 47.42 | 7.08 | - |
| YUV | 170.29 | 35.29 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 6 | 0 | 0.11 | 0.97 | 0.19 | 53.4 | 0.94 | 0.42 |
| Hex | CE | B8 | 6 | 0 | B | 61 | 13 | 35 | 5E | 2A |
| Octal | 316 | 270 | 6 | 0 | 13 | 141 | 23 | 65 | 136 | 52 |
| Binary | 11001110 | 10111000 | 110 | 0 | 1011 | 1100001 | 10011 | 110101 | 1011110 | 101010 |
Color Harmonies of #CEB806
Complementary color
Monochromatic Colors of #CEB806
Black with #CEB806
Text Example
Text Example
White with #CEB806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB806; }
p { color: rgb(206,184,6); }
H1.HeaderClassName
{
color: #CEB806;
}
.AnyTagClassName
{
color: #CEB806;
}
</style>
background-color css
<style>
a { background-color: #CEB806; }
a { background-color: rgb(206,184,6); }
div.DivClassName
{
background-color: #CEB806;
}
.BgClassName
{
background-color: #CEB806;
}
</style>
border-color css
<style>
span { border-color: #CEB806; }
span { border-color: rgb(206,184,6); }
td.TdClassName
{
border-color: #CEB806;
}
.TagClassName
{
border-color: #CEB806;
}
</style>