Shades of Bird Flower #CEC203
Tints of Bird Flower #CEC203
RGB
CMYK
RGB Variations
Color information
#CEC203 (or 0xCEC203) is known color: Bird Flower. HEX triplet: CE, C2 and 03. RGB value is (206,194,3). Sum of RGB (Red+Green+Blue) = 206+194+3=403 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.12% from 403); Green value is 194 (76.17% from 255 or 48.14% from 403); Blue value is 3 (1.56% from 255 or 0.74% from 403); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC203 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC203 is #313DFC. Grayscale: #B0B0B0. Windows color (decimal): -3227133 or 246478. OLE color: 246478.
HSL color Cylindrical-coordinate representation of color #CEC203: hue angle of 56.45º 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 #CEC203 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 3 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.19 |
| HSL | 56.45º | 0.97% | 0.41% | - |
| HSV(B) | 56.45º | 0.99% | 0.81% | - |
| XYZ | 44.76 | 51.71 | 7.71 | - |
| YUV | 175.81 | 30.48 | 149.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 3 | 0 | 0.06 | 0.99 | 0.19 | 56.45 | 0.97 | 0.41 |
| Hex | CE | C2 | 3 | 0 | 6 | 63 | 13 | 38 | 61 | 29 |
| Octal | 316 | 302 | 3 | 0 | 6 | 143 | 23 | 70 | 141 | 51 |
| Binary | 11001110 | 11000010 | 11 | 0 | 110 | 1100011 | 10011 | 111000 | 1100001 | 101001 |
Color Harmonies of #CEC203
Complementary color
Monochromatic Colors of #CEC203
Black with #CEC203
Text Example
Text Example
White with #CEC203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC203; }
p { color: rgb(206,194,3); }
H1.HeaderClassName
{
color: #CEC203;
}
.AnyTagClassName
{
color: #CEC203;
}
</style>
background-color css
<style>
a { background-color: #CEC203; }
a { background-color: rgb(206,194,3); }
div.DivClassName
{
background-color: #CEC203;
}
.BgClassName
{
background-color: #CEC203;
}
</style>
border-color css
<style>
span { border-color: #CEC203; }
span { border-color: rgb(206,194,3); }
td.TdClassName
{
border-color: #CEC203;
}
.TagClassName
{
border-color: #CEC203;
}
</style>