Shades of Bird Flower #CEC700
Tints of Bird Flower #CEC700
RGB
CMYK
RGB Variations
Color information
#CEC700 (or 0xCEC700) is known color: Bird Flower. HEX triplet: CE, C7 and 00. RGB value is (206,199,0). Sum of RGB (Red+Green+Blue) = 206+199+0=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 199 (78.12% from 255 or 49.14% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC700 is #3138FF. Grayscale: #B3B3B3. Windows color (decimal): -3225856 or 51150. OLE color: 51150.
HSL color Cylindrical-coordinate representation of color #CEC700: hue angle of 57.96º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEC700 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.19 |
| HSL | 57.96º | 1% | 0.4% | - |
| HSV(B) | 57.96º | 1% | 0.81% | - |
| XYZ | 45.88 | 53.97 | 8 | - |
| YUV | 178.41 | 27.32 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 0 | 0 | 0.03 | 1 | 0.19 | 57.96 | 1 | 0.4 |
| Hex | CE | C7 | 0 | 0 | 3 | 64 | 13 | 3A | 64 | 28 |
| Octal | 316 | 307 | 0 | 0 | 3 | 144 | 23 | 72 | 144 | 50 |
| Binary | 11001110 | 11000111 | 0 | 0 | 11 | 1100100 | 10011 | 111010 | 1100100 | 101000 |
Color Harmonies of #CEC700
Complementary color
Monochromatic Colors of #CEC700
Black with #CEC700
Text Example
Text Example
White with #CEC700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC700; }
p { color: rgb(206,199,0); }
H1.HeaderClassName
{
color: #CEC700;
}
.AnyTagClassName
{
color: #CEC700;
}
</style>
background-color css
<style>
a { background-color: #CEC700; }
a { background-color: rgb(206,199,0); }
div.DivClassName
{
background-color: #CEC700;
}
.BgClassName
{
background-color: #CEC700;
}
</style>
border-color css
<style>
span { border-color: #CEC700; }
span { border-color: rgb(206,199,0); }
td.TdClassName
{
border-color: #CEC700;
}
.TagClassName
{
border-color: #CEC700;
}
</style>