Shades of Bird Flower #CECC08
Tints of Bird Flower #CECC08
RGB
CMYK
RGB Variations
Color information
#CECC08 (or 0xCECC08) is known color: Bird Flower. HEX triplet: CE, CC and 08. RGB value is (206,204,8). Sum of RGB (Red+Green+Blue) = 206+204+8=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 204 (80.08% from 255 or 48.80% from 418); Blue value is 8 (3.52% from 255 or 1.91% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECC08 is #3133F7. Grayscale: #B7B7B7. Windows color (decimal): -3224568 or 576718. OLE color: 576718.
HSL color Cylindrical-coordinate representation of color #CECC08: hue angle of 59.39º 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 #CECC08 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 8 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.19 |
| HSL | 59.39º | 0.93% | 0.42% | - |
| HSV(B) | 59.39º | 0.96% | 0.81% | - |
| XYZ | 47.09 | 56.33 | 8.62 | - |
| YUV | 182.25 | 29.66 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 8 | 0 | 0.01 | 0.96 | 0.19 | 59.39 | 0.93 | 0.42 |
| Hex | CE | CC | 8 | 0 | 1 | 60 | 13 | 3B | 5D | 2A |
| Octal | 316 | 314 | 10 | 0 | 1 | 140 | 23 | 73 | 135 | 52 |
| Binary | 11001110 | 11001100 | 1000 | 0 | 1 | 1100000 | 10011 | 111011 | 1011101 | 101010 |
Color Harmonies of #CECC08
Complementary color
Monochromatic Colors of #CECC08
Black with #CECC08
Text Example
Text Example
White with #CECC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC08; }
p { color: rgb(206,204,8); }
H1.HeaderClassName
{
color: #CECC08;
}
.AnyTagClassName
{
color: #CECC08;
}
</style>
background-color css
<style>
a { background-color: #CECC08; }
a { background-color: rgb(206,204,8); }
div.DivClassName
{
background-color: #CECC08;
}
.BgClassName
{
background-color: #CECC08;
}
</style>
border-color css
<style>
span { border-color: #CECC08; }
span { border-color: rgb(206,204,8); }
td.TdClassName
{
border-color: #CECC08;
}
.TagClassName
{
border-color: #CECC08;
}
</style>