Shades of Bird Flower #CBBA09
Tints of Bird Flower #CBBA09
RGB
CMYK
RGB Variations
Color information
#CBBA09 (or 0xCBBA09) is known color: Bird Flower. HEX triplet: CB, BA and 09. RGB value is (203,186,9). Sum of RGB (Red+Green+Blue) = 203+186+9=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 186 (73.05% from 255 or 46.73% from 398); Blue value is 9 (3.91% from 255 or 2.26% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBA09 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBBA09 is #3445F6. Grayscale: #ABABAB. Windows color (decimal): -3425783 or 637643. OLE color: 637643.
HSL color Cylindrical-coordinate representation of color #CBBA09: hue angle of 54.74º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CBBA09 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 186 | 9 | - |
| CMYK | 0 | 0.08 | 0.96 | 0.20 |
| HSL | 54.74º | 0.92% | 0.42% | - |
| HSV(B) | 54.74º | 0.96% | 0.8% | - |
| XYZ | 42.24 | 47.83 | 7.27 | - |
| YUV | 170.91 | 36.63 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 186 | 9 | 0 | 0.08 | 0.96 | 0.20 | 54.74 | 0.92 | 0.42 |
| Hex | CB | BA | 9 | 0 | 8 | 60 | 14 | 37 | 5C | 2A |
| Octal | 313 | 272 | 11 | 0 | 10 | 140 | 24 | 67 | 134 | 52 |
| Binary | 11001011 | 10111010 | 1001 | 0 | 1000 | 1100000 | 10100 | 110111 | 1011100 | 101010 |
Color Harmonies of #CBBA09
Complementary color
Monochromatic Colors of #CBBA09
Black with #CBBA09
Text Example
Text Example
White with #CBBA09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBA09; }
p { color: rgb(203,186,9); }
H1.HeaderClassName
{
color: #CBBA09;
}
.AnyTagClassName
{
color: #CBBA09;
}
</style>
background-color css
<style>
a { background-color: #CBBA09; }
a { background-color: rgb(203,186,9); }
div.DivClassName
{
background-color: #CBBA09;
}
.BgClassName
{
background-color: #CBBA09;
}
</style>
border-color css
<style>
span { border-color: #CBBA09; }
span { border-color: rgb(203,186,9); }
td.TdClassName
{
border-color: #CBBA09;
}
.TagClassName
{
border-color: #CBBA09;
}
</style>