Shades of Bird Flower #CBB009
Tints of Bird Flower #CBB009
RGB
CMYK
RGB Variations
Color information
#CBB009 (or 0xCBB009) is known color: Bird Flower. HEX triplet: CB, B0 and 09. RGB value is (203,176,9). Sum of RGB (Red+Green+Blue) = 203+176+9=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 176 (69.14% from 255 or 45.36% from 388); Blue value is 9 (3.91% from 255 or 2.32% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB009 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBB009 is #344FF6. Grayscale: #A5A5A5. Windows color (decimal): -3428343 or 635083. OLE color: 635083.
HSL color Cylindrical-coordinate representation of color #CBB009: hue angle of 51.65º 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 #CBB009 is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 9 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.20 |
| HSL | 51.65º | 0.92% | 0.42% | - |
| HSV(B) | 51.65º | 0.96% | 0.8% | - |
| XYZ | 40.2 | 43.77 | 6.59 | - |
| YUV | 165.04 | 39.95 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 9 | 0 | 0.13 | 0.96 | 0.20 | 51.65 | 0.92 | 0.42 |
| Hex | CB | B0 | 9 | 0 | D | 60 | 14 | 34 | 5C | 2A |
| Octal | 313 | 260 | 11 | 0 | 15 | 140 | 24 | 64 | 134 | 52 |
| Binary | 11001011 | 10110000 | 1001 | 0 | 1101 | 1100000 | 10100 | 110100 | 1011100 | 101010 |
Color Harmonies of #CBB009
Complementary color
Monochromatic Colors of #CBB009
Black with #CBB009
Text Example
Text Example
White with #CBB009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB009; }
p { color: rgb(203,176,9); }
H1.HeaderClassName
{
color: #CBB009;
}
.AnyTagClassName
{
color: #CBB009;
}
</style>
background-color css
<style>
a { background-color: #CBB009; }
a { background-color: rgb(203,176,9); }
div.DivClassName
{
background-color: #CBB009;
}
.BgClassName
{
background-color: #CBB009;
}
</style>
border-color css
<style>
span { border-color: #CBB009; }
span { border-color: rgb(203,176,9); }
td.TdClassName
{
border-color: #CBB009;
}
.TagClassName
{
border-color: #CBB009;
}
</style>