Shades of Bird Flower #CEAC09
Tints of Bird Flower #CEAC09
RGB
CMYK
RGB Variations
Color information
#CEAC09 (or 0xCEAC09) is known color: Bird Flower. HEX triplet: CE, AC and 09. RGB value is (206,172,9). Sum of RGB (Red+Green+Blue) = 206+172+9=387 (51% of max value = 765). Red value is 206 (80.86% from 255 or 53.23% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 9 (3.91% from 255 or 2.33% from 387); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC09 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CEAC09 is #3153F6. Grayscale: #A4A4A4. Windows color (decimal): -3232759 or 634062. OLE color: 634062.
HSL color Cylindrical-coordinate representation of color #CEAC09: hue angle of 49.64º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CEAC09 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 9 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.19 |
| HSL | 49.64º | 0.92% | 0.42% | - |
| HSV(B) | 49.64º | 0.96% | 0.81% | - |
| XYZ | 40.26 | 42.65 | 6.37 | - |
| YUV | 163.58 | 40.76 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 9 | 0 | 0.17 | 0.96 | 0.19 | 49.64 | 0.92 | 0.42 |
| Hex | CE | AC | 9 | 0 | 11 | 60 | 13 | 32 | 5C | 2A |
| Octal | 316 | 254 | 11 | 0 | 21 | 140 | 23 | 62 | 134 | 52 |
| Binary | 11001110 | 10101100 | 1001 | 0 | 10001 | 1100000 | 10011 | 110010 | 1011100 | 101010 |
Color Harmonies of #CEAC09
Complementary color
Monochromatic Colors of #CEAC09
Black with #CEAC09
Text Example
Text Example
White with #CEAC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAC09; }
p { color: rgb(206,172,9); }
H1.HeaderClassName
{
color: #CEAC09;
}
.AnyTagClassName
{
color: #CEAC09;
}
</style>
background-color css
<style>
a { background-color: #CEAC09; }
a { background-color: rgb(206,172,9); }
div.DivClassName
{
background-color: #CEAC09;
}
.BgClassName
{
background-color: #CEAC09;
}
</style>
border-color css
<style>
span { border-color: #CEAC09; }
span { border-color: rgb(206,172,9); }
td.TdClassName
{
border-color: #CEAC09;
}
.TagClassName
{
border-color: #CEAC09;
}
</style>