Shades of Bird Flower #CEAD00
Tints of Bird Flower #CEAD00
RGB
CMYK
RGB Variations
Color information
#CEAD00 (or 0xCEAD00) is known color: Bird Flower. HEX triplet: CE, AD and 00. RGB value is (206,173,0). Sum of RGB (Red+Green+Blue) = 206+173+0=379 (50% of max value = 765). Red value is 206 (80.86% from 255 or 54.35% from 379); Green value is 173 (67.97% from 255 or 45.65% from 379); Blue value is 0 (0.39% from 255 or 0% from 379); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAD00 is #3152FF. Grayscale: #A3A3A3. Windows color (decimal): -3232512 or 44494. OLE color: 44494.
HSL color Cylindrical-coordinate representation of color #CEAD00: hue angle of 50.39º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEAD00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.19 |
| HSL | 50.39º | 1% | 0.4% | - |
| HSV(B) | 50.39º | 1% | 0.81% | - |
| XYZ | 40.4 | 43.01 | 6.17 | - |
| YUV | 163.15 | 35.93 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 0 | 0 | 0.16 | 1 | 0.19 | 50.39 | 1 | 0.4 |
| Hex | CE | AD | 0 | 0 | 10 | 64 | 13 | 32 | 64 | 28 |
| Octal | 316 | 255 | 0 | 0 | 20 | 144 | 23 | 62 | 144 | 50 |
| Binary | 11001110 | 10101101 | 0 | 0 | 10000 | 1100100 | 10011 | 110010 | 1100100 | 101000 |
Color Harmonies of #CEAD00
Complementary color
Monochromatic Colors of #CEAD00
Black with #CEAD00
Text Example
Text Example
White with #CEAD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD00; }
p { color: rgb(206,173,0); }
H1.HeaderClassName
{
color: #CEAD00;
}
.AnyTagClassName
{
color: #CEAD00;
}
</style>
background-color css
<style>
a { background-color: #CEAD00; }
a { background-color: rgb(206,173,0); }
div.DivClassName
{
background-color: #CEAD00;
}
.BgClassName
{
background-color: #CEAD00;
}
</style>
border-color css
<style>
span { border-color: #CEAD00; }
span { border-color: rgb(206,173,0); }
td.TdClassName
{
border-color: #CEAD00;
}
.TagClassName
{
border-color: #CEAD00;
}
</style>