Shades of Bird Flower #CEAF11
Tints of Bird Flower #CEAF11
RGB
CMYK
RGB Variations
Color information
#CEAF11 (or 0xCEAF11) is known color: Bird Flower. HEX triplet: CE, AF and 11. RGB value is (206,175,17). Sum of RGB (Red+Green+Blue) = 206+175+17=398 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.76% from 398); Green value is 175 (68.75% from 255 or 43.97% from 398); Blue value is 17 (7.03% from 255 or 4.27% from 398); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAF11 is #3150EE. Grayscale: #A6A6A6. Windows color (decimal): -3231983 or 1159118. OLE color: 1159118.
HSL color Cylindrical-coordinate representation of color #CEAF11: hue angle of 50.16º 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 #CEAF11 is Cyan = 0, Magento = 0.15, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 175 | 17 | - |
| CMYK | 0 | 0.15 | 0.92 | 0.19 |
| HSL | 50.16º | 0.85% | 0.44% | - |
| HSV(B) | 50.16º | 0.92% | 0.81% | - |
| XYZ | 40.88 | 43.82 | 6.83 | - |
| YUV | 166.26 | 43.77 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 17 | 0 | 0.15 | 0.92 | 0.19 | 50.16 | 0.85 | 0.44 |
| Hex | CE | AF | 11 | 0 | F | 5C | 13 | 32 | 55 | 2C |
| Octal | 316 | 257 | 21 | 0 | 17 | 134 | 23 | 62 | 125 | 54 |
| Binary | 11001110 | 10101111 | 10001 | 0 | 1111 | 1011100 | 10011 | 110010 | 1010101 | 101100 |
Color Harmonies of #CEAF11
Complementary color
Monochromatic Colors of #CEAF11
Black with #CEAF11
Text Example
Text Example
White with #CEAF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAF11; }
p { color: rgb(206,175,17); }
H1.HeaderClassName
{
color: #CEAF11;
}
.AnyTagClassName
{
color: #CEAF11;
}
</style>
background-color css
<style>
a { background-color: #CEAF11; }
a { background-color: rgb(206,175,17); }
div.DivClassName
{
background-color: #CEAF11;
}
.BgClassName
{
background-color: #CEAF11;
}
</style>
border-color css
<style>
span { border-color: #CEAF11; }
span { border-color: rgb(206,175,17); }
td.TdClassName
{
border-color: #CEAF11;
}
.TagClassName
{
border-color: #CEAF11;
}
</style>