Shades of Bird Flower #CEB409
Tints of Bird Flower #CEB409
RGB
CMYK
RGB Variations
Color information
#CEB409 (or 0xCEB409) is known color: Bird Flower. HEX triplet: CE, B4 and 09. RGB value is (206,180,9). Sum of RGB (Red+Green+Blue) = 206+180+9=395 (52% of max value = 765). Red value is 206 (80.86% from 255 or 52.15% from 395); Green value is 180 (70.70% from 255 or 45.57% from 395); Blue value is 9 (3.91% from 255 or 2.28% from 395); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB409 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEB409 is #314BF6. Grayscale: #A8A8A8. Windows color (decimal): -3230711 or 636110. OLE color: 636110.
HSL color Cylindrical-coordinate representation of color #CEB409: hue angle of 52.08º 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 #CEB409 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 180 | 9 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.19 |
| HSL | 52.08º | 0.92% | 0.42% | - |
| HSV(B) | 52.08º | 0.96% | 0.81% | - |
| XYZ | 41.82 | 45.78 | 6.89 | - |
| YUV | 168.28 | 38.11 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 180 | 9 | 0 | 0.13 | 0.96 | 0.19 | 52.08 | 0.92 | 0.42 |
| Hex | CE | B4 | 9 | 0 | D | 60 | 13 | 34 | 5C | 2A |
| Octal | 316 | 264 | 11 | 0 | 15 | 140 | 23 | 64 | 134 | 52 |
| Binary | 11001110 | 10110100 | 1001 | 0 | 1101 | 1100000 | 10011 | 110100 | 1011100 | 101010 |
Color Harmonies of #CEB409
Complementary color
Monochromatic Colors of #CEB409
Black with #CEB409
Text Example
Text Example
White with #CEB409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB409; }
p { color: rgb(206,180,9); }
H1.HeaderClassName
{
color: #CEB409;
}
.AnyTagClassName
{
color: #CEB409;
}
</style>
background-color css
<style>
a { background-color: #CEB409; }
a { background-color: rgb(206,180,9); }
div.DivClassName
{
background-color: #CEB409;
}
.BgClassName
{
background-color: #CEB409;
}
</style>
border-color css
<style>
span { border-color: #CEB409; }
span { border-color: rgb(206,180,9); }
td.TdClassName
{
border-color: #CEB409;
}
.TagClassName
{
border-color: #CEB409;
}
</style>