Shades of Bird Flower #CEC205
Tints of Bird Flower #CEC205
RGB
CMYK
RGB Variations
Color information
#CEC205 (or 0xCEC205) is known color: Bird Flower. HEX triplet: CE, C2 and 05. RGB value is (206,194,5). Sum of RGB (Red+Green+Blue) = 206+194+5=405 (53% of max value = 765). Red value is 206 (80.86% from 255 or 50.86% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 5 (2.34% from 255 or 1.23% from 405); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC205 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEC205 is #313DFA. Grayscale: #B0B0B0. Windows color (decimal): -3227131 or 377550. OLE color: 377550.
HSL color Cylindrical-coordinate representation of color #CEC205: hue angle of 56.42º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CEC205 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 5 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.19 |
| HSL | 56.42º | 0.95% | 0.41% | - |
| HSV(B) | 56.42º | 0.98% | 0.81% | - |
| XYZ | 44.77 | 51.72 | 7.77 | - |
| YUV | 176.04 | 31.48 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 5 | 0 | 0.06 | 0.98 | 0.19 | 56.42 | 0.95 | 0.41 |
| Hex | CE | C2 | 5 | 0 | 6 | 62 | 13 | 38 | 5F | 29 |
| Octal | 316 | 302 | 5 | 0 | 6 | 142 | 23 | 70 | 137 | 51 |
| Binary | 11001110 | 11000010 | 101 | 0 | 110 | 1100010 | 10011 | 111000 | 1011111 | 101001 |
Color Harmonies of #CEC205
Complementary color
Monochromatic Colors of #CEC205
Black with #CEC205
Text Example
Text Example
White with #CEC205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC205; }
p { color: rgb(206,194,5); }
H1.HeaderClassName
{
color: #CEC205;
}
.AnyTagClassName
{
color: #CEC205;
}
</style>
background-color css
<style>
a { background-color: #CEC205; }
a { background-color: rgb(206,194,5); }
div.DivClassName
{
background-color: #CEC205;
}
.BgClassName
{
background-color: #CEC205;
}
</style>
border-color css
<style>
span { border-color: #CEC205; }
span { border-color: rgb(206,194,5); }
td.TdClassName
{
border-color: #CEC205;
}
.TagClassName
{
border-color: #CEC205;
}
</style>