Shades of Bird Flower #CECD11
Tints of Bird Flower #CECD11
RGB
CMYK
RGB Variations
Color information
#CECD11 (or 0xCECD11) is known color: Bird Flower. HEX triplet: CE, CD and 11. RGB value is (206,205,17). Sum of RGB (Red+Green+Blue) = 206+205+17=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 17 (7.03% from 255 or 3.97% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECD11 is #3132EE. Grayscale: #B8B8B8. Windows color (decimal): -3224303 or 1166798. OLE color: 1166798.
HSL color Cylindrical-coordinate representation of color #CECD11: hue angle of 59.68º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CECD11 is Cyan = 0, Magento = 0.00, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 17 | - |
| CMYK | 0 | 0.00 | 0.92 | 0.19 |
| HSL | 59.68º | 0.85% | 0.44% | - |
| HSV(B) | 59.68º | 0.92% | 0.81% | - |
| XYZ | 47.39 | 56.82 | 9 | - |
| YUV | 183.87 | 33.83 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 17 | 0 | 0.00 | 0.92 | 0.19 | 59.68 | 0.85 | 0.44 |
| Hex | CE | CD | 11 | 0 | 0 | 5C | 13 | 3C | 55 | 2C |
| Octal | 316 | 315 | 21 | 0 | 0 | 134 | 23 | 74 | 125 | 54 |
| Binary | 11001110 | 11001101 | 10001 | 0 | 0 | 1011100 | 10011 | 111100 | 1010101 | 101100 |
Color Harmonies of #CECD11
Complementary color
Monochromatic Colors of #CECD11
Black with #CECD11
Text Example
Text Example
White with #CECD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD11; }
p { color: rgb(206,205,17); }
H1.HeaderClassName
{
color: #CECD11;
}
.AnyTagClassName
{
color: #CECD11;
}
</style>
background-color css
<style>
a { background-color: #CECD11; }
a { background-color: rgb(206,205,17); }
div.DivClassName
{
background-color: #CECD11;
}
.BgClassName
{
background-color: #CECD11;
}
</style>
border-color css
<style>
span { border-color: #CECD11; }
span { border-color: rgb(206,205,17); }
td.TdClassName
{
border-color: #CECD11;
}
.TagClassName
{
border-color: #CECD11;
}
</style>