Shades of Bird Flower #CECB00
Tints of Bird Flower #CECB00
RGB
CMYK
RGB Variations
Color information
#CECB00 (or 0xCECB00) is known color: Bird Flower. HEX triplet: CE, CB and 00. RGB value is (206,203,0). Sum of RGB (Red+Green+Blue) = 206+203+0=409 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.37% from 409); Green value is 203 (79.69% from 255 or 49.63% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECB00 is #3134FF. Grayscale: #B5B5B5. Windows color (decimal): -3224832 or 52174. OLE color: 52174.
HSL color Cylindrical-coordinate representation of color #CECB00: hue angle of 59.13º 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 #CECB00 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.19 |
| HSL | 59.13º | 1% | 0.4% | - |
| HSV(B) | 59.13º | 1% | 0.81% | - |
| XYZ | 46.81 | 55.83 | 8.31 | - |
| YUV | 180.76 | 25.99 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 0 | 0 | 0.01 | 1 | 0.19 | 59.13 | 1 | 0.4 |
| Hex | CE | CB | 0 | 0 | 1 | 64 | 13 | 3B | 64 | 28 |
| Octal | 316 | 313 | 0 | 0 | 1 | 144 | 23 | 73 | 144 | 50 |
| Binary | 11001110 | 11001011 | 0 | 0 | 1 | 1100100 | 10011 | 111011 | 1100100 | 101000 |
Color Harmonies of #CECB00
Complementary color
Monochromatic Colors of #CECB00
Black with #CECB00
Text Example
Text Example
White with #CECB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB00; }
p { color: rgb(206,203,0); }
H1.HeaderClassName
{
color: #CECB00;
}
.AnyTagClassName
{
color: #CECB00;
}
</style>
background-color css
<style>
a { background-color: #CECB00; }
a { background-color: rgb(206,203,0); }
div.DivClassName
{
background-color: #CECB00;
}
.BgClassName
{
background-color: #CECB00;
}
</style>
border-color css
<style>
span { border-color: #CECB00; }
span { border-color: rgb(206,203,0); }
td.TdClassName
{
border-color: #CECB00;
}
.TagClassName
{
border-color: #CECB00;
}
</style>