Shades of Bird Flower #CEC413
Tints of Bird Flower #CEC413
RGB
CMYK
RGB Variations
Color information
#CEC413 (or 0xCEC413) is known color: Bird Flower. HEX triplet: CE, C4 and 13. RGB value is (206,196,19). Sum of RGB (Red+Green+Blue) = 206+196+19=421 (55% of max value = 765). Red value is 206 (80.86% from 255 or 48.93% from 421); Green value is 196 (76.95% from 255 or 46.56% from 421); Blue value is 19 (7.81% from 255 or 4.51% from 421); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC413 is #313BEC. Grayscale: #B3B3B3. Windows color (decimal): -3226605 or 1295566. OLE color: 1295566.
HSL color Cylindrical-coordinate representation of color #CEC413: hue angle of 56.79º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CEC413 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 19 | - |
| CMYK | 0 | 0.05 | 0.91 | 0.19 |
| HSL | 56.79º | 0.83% | 0.44% | - |
| HSV(B) | 56.79º | 0.91% | 0.81% | - |
| XYZ | 45.31 | 52.65 | 8.39 | - |
| YUV | 178.81 | 37.81 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 19 | 0 | 0.05 | 0.91 | 0.19 | 56.79 | 0.83 | 0.44 |
| Hex | CE | C4 | 13 | 0 | 5 | 5B | 13 | 39 | 53 | 2C |
| Octal | 316 | 304 | 23 | 0 | 5 | 133 | 23 | 71 | 123 | 54 |
| Binary | 11001110 | 11000100 | 10011 | 0 | 101 | 1011011 | 10011 | 111001 | 1010011 | 101100 |
Color Harmonies of #CEC413
Complementary color
Monochromatic Colors of #CEC413
Black with #CEC413
Text Example
Text Example
White with #CEC413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC413; }
p { color: rgb(206,196,19); }
H1.HeaderClassName
{
color: #CEC413;
}
.AnyTagClassName
{
color: #CEC413;
}
</style>
background-color css
<style>
a { background-color: #CEC413; }
a { background-color: rgb(206,196,19); }
div.DivClassName
{
background-color: #CEC413;
}
.BgClassName
{
background-color: #CEC413;
}
</style>
border-color css
<style>
span { border-color: #CEC413; }
span { border-color: rgb(206,196,19); }
td.TdClassName
{
border-color: #CEC413;
}
.TagClassName
{
border-color: #CEC413;
}
</style>