Shades of Bird Flower #CEC00A
Tints of Bird Flower #CEC00A
RGB
CMYK
RGB Variations
Color information
#CEC00A (or 0xCEC00A) is known color: Bird Flower. HEX triplet: CE, C0 and 0A. RGB value is (206,192,10). Sum of RGB (Red+Green+Blue) = 206+192+10=408 (54% of max value = 765). Red value is 206 (80.86% from 255 or 50.49% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 10 (4.30% from 255 or 2.45% from 408); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC00A is #313FF5. Grayscale: #B0B0B0. Windows color (decimal): -3227638 or 704718. OLE color: 704718.
HSL color Cylindrical-coordinate representation of color #CEC00A: hue angle of 55.71º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CEC00A is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 192 | 10 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.19 |
| HSL | 55.71º | 0.91% | 0.42% | - |
| HSV(B) | 55.71º | 0.95% | 0.81% | - |
| XYZ | 44.36 | 50.84 | 7.76 | - |
| YUV | 175.44 | 34.64 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 192 | 10 | 0 | 0.07 | 0.95 | 0.19 | 55.71 | 0.91 | 0.42 |
| Hex | CE | C0 | A | 0 | 7 | 5F | 13 | 38 | 5B | 2A |
| Octal | 316 | 300 | 12 | 0 | 7 | 137 | 23 | 70 | 133 | 52 |
| Binary | 11001110 | 11000000 | 1010 | 0 | 111 | 1011111 | 10011 | 111000 | 1011011 | 101010 |
Color Harmonies of #CEC00A
Complementary color
Monochromatic Colors of #CEC00A
Black with #CEC00A
Text Example
Text Example
White with #CEC00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC00A; }
p { color: rgb(206,192,10); }
H1.HeaderClassName
{
color: #CEC00A;
}
.AnyTagClassName
{
color: #CEC00A;
}
</style>
background-color css
<style>
a { background-color: #CEC00A; }
a { background-color: rgb(206,192,10); }
div.DivClassName
{
background-color: #CEC00A;
}
.BgClassName
{
background-color: #CEC00A;
}
</style>
border-color css
<style>
span { border-color: #CEC00A; }
span { border-color: rgb(206,192,10); }
td.TdClassName
{
border-color: #CEC00A;
}
.TagClassName
{
border-color: #CEC00A;
}
</style>