Shades of Bird Flower #CECB09
Tints of Bird Flower #CECB09
RGB
CMYK
RGB Variations
Color information
#CECB09 (or 0xCECB09) is known color: Bird Flower. HEX triplet: CE, CB and 09. RGB value is (206,203,9). Sum of RGB (Red+Green+Blue) = 206+203+9=418 (55% of max value = 765). Red value is 206 (80.86% from 255 or 49.28% from 418); Green value is 203 (79.69% from 255 or 48.56% from 418); Blue value is 9 (3.91% from 255 or 2.15% from 418); Max value from RGB is 206 - color contains mainly: red. Hex color #CECB09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CECB09 is #3134F6. Grayscale: #B6B6B6. Windows color (decimal): -3224823 or 641998. OLE color: 641998.
HSL color Cylindrical-coordinate representation of color #CECB09: hue angle of 59.09º 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 #CECB09 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 203 | 9 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.19 |
| HSL | 59.09º | 0.92% | 0.42% | - |
| HSV(B) | 59.09º | 0.96% | 0.81% | - |
| XYZ | 46.86 | 55.85 | 8.57 | - |
| YUV | 181.78 | 30.49 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 203 | 9 | 0 | 0.01 | 0.96 | 0.19 | 59.09 | 0.92 | 0.42 |
| Hex | CE | CB | 9 | 0 | 1 | 60 | 13 | 3B | 5C | 2A |
| Octal | 316 | 313 | 11 | 0 | 1 | 140 | 23 | 73 | 134 | 52 |
| Binary | 11001110 | 11001011 | 1001 | 0 | 1 | 1100000 | 10011 | 111011 | 1011100 | 101010 |
Color Harmonies of #CECB09
Complementary color
Monochromatic Colors of #CECB09
Black with #CECB09
Text Example
Text Example
White with #CECB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECB09; }
p { color: rgb(206,203,9); }
H1.HeaderClassName
{
color: #CECB09;
}
.AnyTagClassName
{
color: #CECB09;
}
</style>
background-color css
<style>
a { background-color: #CECB09; }
a { background-color: rgb(206,203,9); }
div.DivClassName
{
background-color: #CECB09;
}
.BgClassName
{
background-color: #CECB09;
}
</style>
border-color css
<style>
span { border-color: #CECB09; }
span { border-color: rgb(206,203,9); }
td.TdClassName
{
border-color: #CECB09;
}
.TagClassName
{
border-color: #CECB09;
}
</style>