Shades of Bird Flower #CEC20D
Tints of Bird Flower #CEC20D
RGB
CMYK
RGB Variations
Color information
#CEC20D (or 0xCEC20D) is known color: Bird Flower. HEX triplet: CE, C2 and 0D. RGB value is (206,194,13). Sum of RGB (Red+Green+Blue) = 206+194+13=413 (54% of max value = 765). Red value is 206 (80.86% from 255 or 49.88% from 413); Green value is 194 (76.17% from 255 or 46.97% from 413); Blue value is 13 (5.47% from 255 or 3.15% from 413); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC20D is #313DF2. Grayscale: #B1B1B1. Windows color (decimal): -3227123 or 901838. OLE color: 901838.
HSL color Cylindrical-coordinate representation of color #CEC20D: hue angle of 56.27º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEC20D is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 13 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.19 |
| HSL | 56.27º | 0.88% | 0.43% | - |
| HSV(B) | 56.27º | 0.94% | 0.81% | - |
| XYZ | 44.82 | 51.73 | 8 | - |
| YUV | 176.95 | 35.48 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 13 | 0 | 0.06 | 0.94 | 0.19 | 56.27 | 0.88 | 0.43 |
| Hex | CE | C2 | D | 0 | 6 | 5E | 13 | 38 | 58 | 2B |
| Octal | 316 | 302 | 15 | 0 | 6 | 136 | 23 | 70 | 130 | 53 |
| Binary | 11001110 | 11000010 | 1101 | 0 | 110 | 1011110 | 10011 | 111000 | 1011000 | 101011 |
Color Harmonies of #CEC20D
Complementary color
Monochromatic Colors of #CEC20D
Black with #CEC20D
Text Example
Text Example
White with #CEC20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC20D; }
p { color: rgb(206,194,13); }
H1.HeaderClassName
{
color: #CEC20D;
}
.AnyTagClassName
{
color: #CEC20D;
}
</style>
background-color css
<style>
a { background-color: #CEC20D; }
a { background-color: rgb(206,194,13); }
div.DivClassName
{
background-color: #CEC20D;
}
.BgClassName
{
background-color: #CEC20D;
}
</style>
border-color css
<style>
span { border-color: #CEC20D; }
span { border-color: rgb(206,194,13); }
td.TdClassName
{
border-color: #CEC20D;
}
.TagClassName
{
border-color: #CEC20D;
}
</style>