Shades of Bird Flower #CECC05
Tints of Bird Flower #CECC05
RGB
CMYK
RGB Variations
Color information
#CECC05 (or 0xCECC05) is known color: Bird Flower. HEX triplet: CE, CC and 05. RGB value is (206,204,5). Sum of RGB (Red+Green+Blue) = 206+204+5=415 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.64% from 415); Green value is 204 (80.08% from 255 or 49.16% from 415); Blue value is 5 (2.34% from 255 or 1.20% from 415); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECC05 is #3133FA. Grayscale: #B6B6B6. Windows color (decimal): -3224571 or 380110. OLE color: 380110.
HSL color Cylindrical-coordinate representation of color #CECC05: hue angle of 59.4º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CECC05 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 5 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.19 |
| HSL | 59.4º | 0.95% | 0.41% | - |
| HSV(B) | 59.4º | 0.98% | 0.81% | - |
| XYZ | 47.07 | 56.32 | 8.53 | - |
| YUV | 181.91 | 28.16 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 5 | 0 | 0.01 | 0.98 | 0.19 | 59.4 | 0.95 | 0.41 |
| Hex | CE | CC | 5 | 0 | 1 | 62 | 13 | 3B | 5F | 29 |
| Octal | 316 | 314 | 5 | 0 | 1 | 142 | 23 | 73 | 137 | 51 |
| Binary | 11001110 | 11001100 | 101 | 0 | 1 | 1100010 | 10011 | 111011 | 1011111 | 101001 |
Color Harmonies of #CECC05
Complementary color
Monochromatic Colors of #CECC05
Black with #CECC05
Text Example
Text Example
White with #CECC05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC05; }
p { color: rgb(206,204,5); }
H1.HeaderClassName
{
color: #CECC05;
}
.AnyTagClassName
{
color: #CECC05;
}
</style>
background-color css
<style>
a { background-color: #CECC05; }
a { background-color: rgb(206,204,5); }
div.DivClassName
{
background-color: #CECC05;
}
.BgClassName
{
background-color: #CECC05;
}
</style>
border-color css
<style>
span { border-color: #CECC05; }
span { border-color: rgb(206,204,5); }
td.TdClassName
{
border-color: #CECC05;
}
.TagClassName
{
border-color: #CECC05;
}
</style>