Shades of Bird Flower #CECC02
Tints of Bird Flower #CECC02
RGB
CMYK
RGB Variations
Color information
#CECC02 (or 0xCECC02) is known color: Bird Flower. HEX triplet: CE, CC and 02. RGB value is (206,204,2). Sum of RGB (Red+Green+Blue) = 206+204+2=412 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 2 (1.17% from 255 or 0.49% from 412); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECC02 is #3133FD. Grayscale: #B6B6B6. Windows color (decimal): -3224574 or 183502. OLE color: 183502.
HSL color Cylindrical-coordinate representation of color #CECC02: hue angle of 59.41º degrees, saturation: 0.98, 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 #CECC02 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.19 |
| HSL | 59.41º | 0.98% | 0.41% | - |
| HSV(B) | 59.41º | 0.99% | 0.81% | - |
| XYZ | 47.06 | 56.31 | 8.45 | - |
| YUV | 181.57 | 26.66 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 2 | 0 | 0.01 | 0.99 | 0.19 | 59.41 | 0.98 | 0.41 |
| Hex | CE | CC | 2 | 0 | 1 | 63 | 13 | 3B | 62 | 29 |
| Octal | 316 | 314 | 2 | 0 | 1 | 143 | 23 | 73 | 142 | 51 |
| Binary | 11001110 | 11001100 | 10 | 0 | 1 | 1100011 | 10011 | 111011 | 1100010 | 101001 |
Color Harmonies of #CECC02
Complementary color
Monochromatic Colors of #CECC02
Black with #CECC02
Text Example
Text Example
White with #CECC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC02; }
p { color: rgb(206,204,2); }
H1.HeaderClassName
{
color: #CECC02;
}
.AnyTagClassName
{
color: #CECC02;
}
</style>
background-color css
<style>
a { background-color: #CECC02; }
a { background-color: rgb(206,204,2); }
div.DivClassName
{
background-color: #CECC02;
}
.BgClassName
{
background-color: #CECC02;
}
</style>
border-color css
<style>
span { border-color: #CECC02; }
span { border-color: rgb(206,204,2); }
td.TdClassName
{
border-color: #CECC02;
}
.TagClassName
{
border-color: #CECC02;
}
</style>