Shades of Bird Flower #CECC03
Tints of Bird Flower #CECC03
RGB
CMYK
RGB Variations
Color information
#CECC03 (or 0xCECC03) is known color: Bird Flower. HEX triplet: CE, CC and 03. RGB value is (206,204,3). Sum of RGB (Red+Green+Blue) = 206+204+3=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 3 (1.56% from 255 or 0.73% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECC03 is #3133FC. Grayscale: #B6B6B6. Windows color (decimal): -3224573 or 249038. OLE color: 249038.
HSL color Cylindrical-coordinate representation of color #CECC03: hue angle of 59.41º 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 #CECC03 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 3 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.19 |
| HSL | 59.41º | 0.97% | 0.41% | - |
| HSV(B) | 59.41º | 0.99% | 0.81% | - |
| XYZ | 47.06 | 56.31 | 8.48 | - |
| YUV | 181.68 | 27.16 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 3 | 0 | 0.01 | 0.99 | 0.19 | 59.41 | 0.97 | 0.41 |
| Hex | CE | CC | 3 | 0 | 1 | 63 | 13 | 3B | 61 | 29 |
| Octal | 316 | 314 | 3 | 0 | 1 | 143 | 23 | 73 | 141 | 51 |
| Binary | 11001110 | 11001100 | 11 | 0 | 1 | 1100011 | 10011 | 111011 | 1100001 | 101001 |
Color Harmonies of #CECC03
Complementary color
Monochromatic Colors of #CECC03
Black with #CECC03
Text Example
Text Example
White with #CECC03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC03; }
p { color: rgb(206,204,3); }
H1.HeaderClassName
{
color: #CECC03;
}
.AnyTagClassName
{
color: #CECC03;
}
</style>
background-color css
<style>
a { background-color: #CECC03; }
a { background-color: rgb(206,204,3); }
div.DivClassName
{
background-color: #CECC03;
}
.BgClassName
{
background-color: #CECC03;
}
</style>
border-color css
<style>
span { border-color: #CECC03; }
span { border-color: rgb(206,204,3); }
td.TdClassName
{
border-color: #CECC03;
}
.TagClassName
{
border-color: #CECC03;
}
</style>