Shades of Bird Flower #CEC21C
Tints of Bird Flower #CEC21C
RGB
CMYK
RGB Variations
Color information
#CEC21C (or 0xCEC21C) is known color: Bird Flower. HEX triplet: CE, C2 and 1C. RGB value is (206,194,28). Sum of RGB (Red+Green+Blue) = 206+194+28=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 194 (76.17% from 255 or 45.33% from 428); Blue value is 28 (11.33% from 255 or 6.54% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEC21C is #313DE3. Grayscale: #B3B3B3. Windows color (decimal): -3227108 or 1884878. OLE color: 1884878.
HSL color Cylindrical-coordinate representation of color #CEC21C: hue angle of 55.96º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CEC21C is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 28 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.19 |
| HSL | 55.96º | 0.76% | 0.46% | - |
| HSV(B) | 55.96º | 0.86% | 0.81% | - |
| XYZ | 44.95 | 51.79 | 8.73 | - |
| YUV | 178.66 | 42.98 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 28 | 0 | 0.06 | 0.86 | 0.19 | 55.96 | 0.76 | 0.46 |
| Hex | CE | C2 | 1C | 0 | 6 | 56 | 13 | 38 | 4C | 2E |
| Octal | 316 | 302 | 34 | 0 | 6 | 126 | 23 | 70 | 114 | 56 |
| Binary | 11001110 | 11000010 | 11100 | 0 | 110 | 1010110 | 10011 | 111000 | 1001100 | 101110 |
Color Harmonies of #CEC21C
Complementary color
Monochromatic Colors of #CEC21C
Black with #CEC21C
Text Example
Text Example
White with #CEC21C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC21C; }
p { color: rgb(206,194,28); }
H1.HeaderClassName
{
color: #CEC21C;
}
.AnyTagClassName
{
color: #CEC21C;
}
</style>
background-color css
<style>
a { background-color: #CEC21C; }
a { background-color: rgb(206,194,28); }
div.DivClassName
{
background-color: #CEC21C;
}
.BgClassName
{
background-color: #CEC21C;
}
</style>
border-color css
<style>
span { border-color: #CEC21C; }
span { border-color: rgb(206,194,28); }
td.TdClassName
{
border-color: #CEC21C;
}
.TagClassName
{
border-color: #CEC21C;
}
</style>