Shades of Bird Flower #CECE08
Tints of Bird Flower #CECE08
RGB
CMYK
RGB Variations
Color information
#CECE08 (or 0xCECE08) is known color: Bird Flower. HEX triplet: CE, CE and 08. RGB value is (206,206,8). Sum of RGB (Red+Green+Blue) = 206+206+8=420 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.05% from 420); Green value is 206 (80.86% from 255 or 49.05% from 420); Blue value is 8 (3.52% from 255 or 1.90% from 420); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECE08 is #3131F7. Grayscale: #B8B8B8. Windows color (decimal): -3224056 or 577230. OLE color: 577230.
HSL color Cylindrical-coordinate representation of color #CECE08: hue angle of 60º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CECE08 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 8 | - |
| CMYK | 0 | 0 | 0.96 | 0.19 |
| HSL | 60º | 0.93% | 0.42% | - |
| HSV(B) | 60º | 0.96% | 0.81% | - |
| XYZ | 47.57 | 57.28 | 8.78 | - |
| YUV | 183.43 | 29 | 144.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 8 | 0 | 0 | 0.96 | 0.19 | 60 | 0.93 | 0.42 |
| Hex | CE | CE | 8 | 0 | 0 | 60 | 13 | 3C | 5D | 2A |
| Octal | 316 | 316 | 10 | 0 | 0 | 140 | 23 | 74 | 135 | 52 |
| Binary | 11001110 | 11001110 | 1000 | 0 | 0 | 1100000 | 10011 | 111100 | 1011101 | 101010 |
Color Harmonies of #CECE08
Complementary color
Monochromatic Colors of #CECE08
Black with #CECE08
Text Example
Text Example
White with #CECE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE08; }
p { color: rgb(206,206,8); }
H1.HeaderClassName
{
color: #CECE08;
}
.AnyTagClassName
{
color: #CECE08;
}
</style>
background-color css
<style>
a { background-color: #CECE08; }
a { background-color: rgb(206,206,8); }
div.DivClassName
{
background-color: #CECE08;
}
.BgClassName
{
background-color: #CECE08;
}
</style>
border-color css
<style>
span { border-color: #CECE08; }
span { border-color: rgb(206,206,8); }
td.TdClassName
{
border-color: #CECE08;
}
.TagClassName
{
border-color: #CECE08;
}
</style>