Shades of Bird Flower #CEAF15
Tints of Bird Flower #CEAF15
RGB
CMYK
RGB Variations
Color information
#CEAF15 (or 0xCEAF15) is known color: Bird Flower. HEX triplet: CE, AF and 15. RGB value is (206,175,21). Sum of RGB (Red+Green+Blue) = 206+175+21=402 (53% of max value = 765). Red value is 206 (80.86% from 255 or 51.24% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 21 (8.59% from 255 or 5.22% from 402); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAF15 is #3150EA. Grayscale: #A7A7A7. Windows color (decimal): -3231979 or 1421262. OLE color: 1421262.
HSL color Cylindrical-coordinate representation of color #CEAF15: hue angle of 49.95º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CEAF15 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 21 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.19 |
| HSL | 49.95º | 0.81% | 0.45% | - |
| HSV(B) | 49.95º | 0.9% | 0.81% | - |
| XYZ | 40.92 | 43.84 | 7.01 | - |
| YUV | 166.71 | 45.77 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 21 | 0 | 0.15 | 0.90 | 0.19 | 49.95 | 0.81 | 0.45 |
| Hex | CE | AF | 15 | 0 | F | 5A | 13 | 32 | 51 | 2D |
| Octal | 316 | 257 | 25 | 0 | 17 | 132 | 23 | 62 | 121 | 55 |
| Binary | 11001110 | 10101111 | 10101 | 0 | 1111 | 1011010 | 10011 | 110010 | 1010001 | 101101 |
Color Harmonies of #CEAF15
Complementary color
Monochromatic Colors of #CEAF15
Black with #CEAF15
Text Example
Text Example
White with #CEAF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF15; }
p { color: rgb(206,175,21); }
H1.HeaderClassName
{
color: #CEAF15;
}
.AnyTagClassName
{
color: #CEAF15;
}
</style>
background-color css
<style>
a { background-color: #CEAF15; }
a { background-color: rgb(206,175,21); }
div.DivClassName
{
background-color: #CEAF15;
}
.BgClassName
{
background-color: #CEAF15;
}
</style>
border-color css
<style>
span { border-color: #CEAF15; }
span { border-color: rgb(206,175,21); }
td.TdClassName
{
border-color: #CEAF15;
}
.TagClassName
{
border-color: #CEAF15;
}
</style>