Shades of Bird Flower #CEAD11
Tints of Bird Flower #CEAD11
RGB
CMYK
RGB Variations
Color information
#CEAD11 (or 0xCEAD11) is known color: Bird Flower. HEX triplet: CE, AD and 11. RGB value is (206,173,17). Sum of RGB (Red+Green+Blue) = 206+173+17=396 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.02% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 17 (7.03% from 255 or 4.29% from 396); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAD11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAD11 is #3152EE. Grayscale: #A5A5A5. Windows color (decimal): -3232495 or 1158606. OLE color: 1158606.
HSL color Cylindrical-coordinate representation of color #CEAD11: hue angle of 49.52º 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 #CEAD11 is Cyan = 0, Magento = 0.16, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 173 | 17 | - |
| CMYK | 0 | 0.16 | 0.92 | 0.19 |
| HSL | 49.52º | 0.85% | 0.44% | - |
| HSV(B) | 49.52º | 0.92% | 0.81% | - |
| XYZ | 40.5 | 43.05 | 6.71 | - |
| YUV | 165.08 | 44.43 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 17 | 0 | 0.16 | 0.92 | 0.19 | 49.52 | 0.85 | 0.44 |
| Hex | CE | AD | 11 | 0 | 10 | 5C | 13 | 32 | 55 | 2C |
| Octal | 316 | 255 | 21 | 0 | 20 | 134 | 23 | 62 | 125 | 54 |
| Binary | 11001110 | 10101101 | 10001 | 0 | 10000 | 1011100 | 10011 | 110010 | 1010101 | 101100 |
Color Harmonies of #CEAD11
Complementary color
Monochromatic Colors of #CEAD11
Black with #CEAD11
Text Example
Text Example
White with #CEAD11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAD11; }
p { color: rgb(206,173,17); }
H1.HeaderClassName
{
color: #CEAD11;
}
.AnyTagClassName
{
color: #CEAD11;
}
</style>
background-color css
<style>
a { background-color: #CEAD11; }
a { background-color: rgb(206,173,17); }
div.DivClassName
{
background-color: #CEAD11;
}
.BgClassName
{
background-color: #CEAD11;
}
</style>
border-color css
<style>
span { border-color: #CEAD11; }
span { border-color: rgb(206,173,17); }
td.TdClassName
{
border-color: #CEAD11;
}
.TagClassName
{
border-color: #CEAD11;
}
</style>