Shades of Bird Flower #CECC0E
Tints of Bird Flower #CECC0E
RGB
CMYK
RGB Variations
Color information
#CECC0E (or 0xCECC0E) is known color: Bird Flower. HEX triplet: CE, CC and 0E. RGB value is (206,204,14). Sum of RGB (Red+Green+Blue) = 206+204+14=424 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.58% from 424); Green value is 204 (80.08% from 255 or 48.11% from 424); Blue value is 14 (5.86% from 255 or 3.30% from 424); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECC0E is #3133F1. Grayscale: #B7B7B7. Windows color (decimal): -3224562 or 969934. OLE color: 969934.
HSL color Cylindrical-coordinate representation of color #CECC0E: hue angle of 59.38º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CECC0E is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 14 | - |
| CMYK | 0 | 0.01 | 0.93 | 0.19 |
| HSL | 59.38º | 0.87% | 0.43% | - |
| HSV(B) | 59.38º | 0.93% | 0.81% | - |
| XYZ | 47.13 | 56.34 | 8.81 | - |
| YUV | 182.94 | 32.66 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 14 | 0 | 0.01 | 0.93 | 0.19 | 59.38 | 0.87 | 0.43 |
| Hex | CE | CC | E | 0 | 1 | 5D | 13 | 3B | 57 | 2B |
| Octal | 316 | 314 | 16 | 0 | 1 | 135 | 23 | 73 | 127 | 53 |
| Binary | 11001110 | 11001100 | 1110 | 0 | 1 | 1011101 | 10011 | 111011 | 1010111 | 101011 |
Color Harmonies of #CECC0E
Complementary color
Monochromatic Colors of #CECC0E
Black with #CECC0E
Text Example
Text Example
White with #CECC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC0E; }
p { color: rgb(206,204,14); }
H1.HeaderClassName
{
color: #CECC0E;
}
.AnyTagClassName
{
color: #CECC0E;
}
</style>
background-color css
<style>
a { background-color: #CECC0E; }
a { background-color: rgb(206,204,14); }
div.DivClassName
{
background-color: #CECC0E;
}
.BgClassName
{
background-color: #CECC0E;
}
</style>
border-color css
<style>
span { border-color: #CECC0E; }
span { border-color: rgb(206,204,14); }
td.TdClassName
{
border-color: #CECC0E;
}
.TagClassName
{
border-color: #CECC0E;
}
</style>