Shades of Bird Flower #CEAD06
Tints of Bird Flower #CEAD06
RGB
CMYK
RGB Variations
Color information
#CEAD06 (or 0xCEAD06) is known color: Bird Flower. HEX triplet: CE, AD and 06. RGB value is (206,173,6). Sum of RGB (Red+Green+Blue) = 206+173+6=385 (50% of max value = 765). Red value is 206 (80.86% from 255 or 53.51% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 6 (2.73% from 255 or 1.56% from 385); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAD06 is #3152F9. Grayscale: #A4A4A4. Windows color (decimal): -3232506 or 437710. OLE color: 437710.
HSL color Cylindrical-coordinate representation of color #CEAD06: hue angle of 50.1º 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 #CEAD06 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 6 | - |
| CMYK | 0 | 0.16 | 0.97 | 0.19 |
| HSL | 50.1º | 0.94% | 0.42% | - |
| HSV(B) | 50.1º | 0.97% | 0.81% | - |
| XYZ | 40.43 | 43.02 | 6.35 | - |
| YUV | 163.83 | 38.93 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 6 | 0 | 0.16 | 0.97 | 0.19 | 50.1 | 0.94 | 0.42 |
| Hex | CE | AD | 6 | 0 | 10 | 61 | 13 | 32 | 5E | 2A |
| Octal | 316 | 255 | 6 | 0 | 20 | 141 | 23 | 62 | 136 | 52 |
| Binary | 11001110 | 10101101 | 110 | 0 | 10000 | 1100001 | 10011 | 110010 | 1011110 | 101010 |
Color Harmonies of #CEAD06
Complementary color
Monochromatic Colors of #CEAD06
Black with #CEAD06
Text Example
Text Example
White with #CEAD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD06; }
p { color: rgb(206,173,6); }
H1.HeaderClassName
{
color: #CEAD06;
}
.AnyTagClassName
{
color: #CEAD06;
}
</style>
background-color css
<style>
a { background-color: #CEAD06; }
a { background-color: rgb(206,173,6); }
div.DivClassName
{
background-color: #CEAD06;
}
.BgClassName
{
background-color: #CEAD06;
}
</style>
border-color css
<style>
span { border-color: #CEAD06; }
span { border-color: rgb(206,173,6); }
td.TdClassName
{
border-color: #CEAD06;
}
.TagClassName
{
border-color: #CEAD06;
}
</style>