Shades of Bird Flower #CEC903
Tints of Bird Flower #CEC903
RGB
CMYK
RGB Variations
Color information
#CEC903 (or 0xCEC903) is known color: Bird Flower. HEX triplet: CE, C9 and 03. RGB value is (206,201,3). Sum of RGB (Red+Green+Blue) = 206+201+3=410 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.24% from 410); Green value is 201 (78.91% from 255 or 49.02% from 410); Blue value is 3 (1.56% from 255 or 0.73% from 410); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC903 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC903 is #3136FC. Grayscale: #B4B4B4. Windows color (decimal): -3225341 or 248270. OLE color: 248270.
HSL color Cylindrical-coordinate representation of color #CEC903: hue angle of 58.52º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CEC903 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 3 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.19 |
| HSL | 58.52º | 0.97% | 0.41% | - |
| HSV(B) | 58.52º | 0.99% | 0.81% | - |
| XYZ | 46.36 | 54.9 | 8.24 | - |
| YUV | 179.92 | 28.16 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 3 | 0 | 0.02 | 0.99 | 0.19 | 58.52 | 0.97 | 0.41 |
| Hex | CE | C9 | 3 | 0 | 2 | 63 | 13 | 3B | 61 | 29 |
| Octal | 316 | 311 | 3 | 0 | 2 | 143 | 23 | 73 | 141 | 51 |
| Binary | 11001110 | 11001001 | 11 | 0 | 10 | 1100011 | 10011 | 111011 | 1100001 | 101001 |
Color Harmonies of #CEC903
Complementary color
Monochromatic Colors of #CEC903
Black with #CEC903
Text Example
Text Example
White with #CEC903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC903; }
p { color: rgb(206,201,3); }
H1.HeaderClassName
{
color: #CEC903;
}
.AnyTagClassName
{
color: #CEC903;
}
</style>
background-color css
<style>
a { background-color: #CEC903; }
a { background-color: rgb(206,201,3); }
div.DivClassName
{
background-color: #CEC903;
}
.BgClassName
{
background-color: #CEC903;
}
</style>
border-color css
<style>
span { border-color: #CEC903; }
span { border-color: rgb(206,201,3); }
td.TdClassName
{
border-color: #CEC903;
}
.TagClassName
{
border-color: #CEC903;
}
</style>