Shades of Bird Flower #CEC814
Tints of Bird Flower #CEC814
RGB
CMYK
RGB Variations
Color information
#CEC814 (or 0xCEC814) is known color: Bird Flower. HEX triplet: CE, C8 and 14. RGB value is (206,200,20). Sum of RGB (Red+Green+Blue) = 206+200+20=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 200 (78.52% from 255 or 46.95% from 426); Blue value is 20 (8.20% from 255 or 4.69% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC814 is #3137EB. Grayscale: #B6B6B6. Windows color (decimal): -3225580 or 1362126. OLE color: 1362126.
HSL color Cylindrical-coordinate representation of color #CEC814: hue angle of 58.06º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEC814 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 200 | 20 | - |
| CMYK | 0 | 0.03 | 0.90 | 0.19 |
| HSL | 58.06º | 0.82% | 0.44% | - |
| HSV(B) | 58.06º | 0.9% | 0.81% | - |
| XYZ | 46.23 | 54.48 | 8.74 | - |
| YUV | 181.27 | 36.99 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 200 | 20 | 0 | 0.03 | 0.90 | 0.19 | 58.06 | 0.82 | 0.44 |
| Hex | CE | C8 | 14 | 0 | 3 | 5A | 13 | 3A | 52 | 2C |
| Octal | 316 | 310 | 24 | 0 | 3 | 132 | 23 | 72 | 122 | 54 |
| Binary | 11001110 | 11001000 | 10100 | 0 | 11 | 1011010 | 10011 | 111010 | 1010010 | 101100 |
Color Harmonies of #CEC814
Complementary color
Monochromatic Colors of #CEC814
Black with #CEC814
Text Example
Text Example
White with #CEC814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC814; }
p { color: rgb(206,200,20); }
H1.HeaderClassName
{
color: #CEC814;
}
.AnyTagClassName
{
color: #CEC814;
}
</style>
background-color css
<style>
a { background-color: #CEC814; }
a { background-color: rgb(206,200,20); }
div.DivClassName
{
background-color: #CEC814;
}
.BgClassName
{
background-color: #CEC814;
}
</style>
border-color css
<style>
span { border-color: #CEC814; }
span { border-color: rgb(206,200,20); }
td.TdClassName
{
border-color: #CEC814;
}
.TagClassName
{
border-color: #CEC814;
}
</style>