Shades of Bird Flower #CEB809
Tints of Bird Flower #CEB809
RGB
CMYK
RGB Variations
Color information
#CEB809 (or 0xCEB809) is known color: Bird Flower. HEX triplet: CE, B8 and 09. RGB value is (206,184,9). Sum of RGB (Red+Green+Blue) = 206+184+9=399 (52% of max value = 765). Red value is 206 (80.86% from 255 or 51.63% from 399); Green value is 184 (72.27% from 255 or 46.12% from 399); Blue value is 9 (3.91% from 255 or 2.26% from 399); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB809 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB809 is #3147F6. Grayscale: #ABABAB. Windows color (decimal): -3229687 or 637134. OLE color: 637134.
HSL color Cylindrical-coordinate representation of color #CEB809: hue angle of 53.3º 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 #CEB809 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 184 | 9 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.19 |
| HSL | 53.3º | 0.92% | 0.42% | - |
| HSV(B) | 53.3º | 0.96% | 0.81% | - |
| XYZ | 42.64 | 47.42 | 7.16 | - |
| YUV | 170.63 | 36.79 | 153.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 184 | 9 | 0 | 0.11 | 0.96 | 0.19 | 53.3 | 0.92 | 0.42 |
| Hex | CE | B8 | 9 | 0 | B | 60 | 13 | 35 | 5C | 2A |
| Octal | 316 | 270 | 11 | 0 | 13 | 140 | 23 | 65 | 134 | 52 |
| Binary | 11001110 | 10111000 | 1001 | 0 | 1011 | 1100000 | 10011 | 110101 | 1011100 | 101010 |
Color Harmonies of #CEB809
Complementary color
Monochromatic Colors of #CEB809
Black with #CEB809
Text Example
Text Example
White with #CEB809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB809; }
p { color: rgb(206,184,9); }
H1.HeaderClassName
{
color: #CEB809;
}
.AnyTagClassName
{
color: #CEB809;
}
</style>
background-color css
<style>
a { background-color: #CEB809; }
a { background-color: rgb(206,184,9); }
div.DivClassName
{
background-color: #CEB809;
}
.BgClassName
{
background-color: #CEB809;
}
</style>
border-color css
<style>
span { border-color: #CEB809; }
span { border-color: rgb(206,184,9); }
td.TdClassName
{
border-color: #CEB809;
}
.TagClassName
{
border-color: #CEB809;
}
</style>