Shades of Bird Flower #CBAA00
Tints of Bird Flower #CBAA00
RGB
CMYK
RGB Variations
Color information
#CBAA00 (or 0xCBAA00) is known color: Bird Flower. HEX triplet: CB, AA and 00. RGB value is (203,170,0). Sum of RGB (Red+Green+Blue) = 203+170+0=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAA00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CBAA00 is #3455FF. Grayscale: #A1A1A1. Windows color (decimal): -3429888 or 43723. OLE color: 43723.
HSL color Cylindrical-coordinate representation of color #CBAA00: hue angle of 50.25º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBAA00 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 170 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.20 |
| HSL | 50.25º | 1% | 0.4% | - |
| HSV(B) | 50.25º | 1% | 0.8% | - |
| XYZ | 39 | 41.45 | 5.94 | - |
| YUV | 160.49 | 37.43 | 158.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 0 | 0 | 0.16 | 1 | 0.20 | 50.25 | 1 | 0.4 |
| Hex | CB | AA | 0 | 0 | 10 | 64 | 14 | 32 | 64 | 28 |
| Octal | 313 | 252 | 0 | 0 | 20 | 144 | 24 | 62 | 144 | 50 |
| Binary | 11001011 | 10101010 | 0 | 0 | 10000 | 1100100 | 10100 | 110010 | 1100100 | 101000 |
Color Harmonies of #CBAA00
Complementary color
Monochromatic Colors of #CBAA00
Black with #CBAA00
Text Example
Text Example
White with #CBAA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAA00; }
p { color: rgb(203,170,0); }
H1.HeaderClassName
{
color: #CBAA00;
}
.AnyTagClassName
{
color: #CBAA00;
}
</style>
background-color css
<style>
a { background-color: #CBAA00; }
a { background-color: rgb(203,170,0); }
div.DivClassName
{
background-color: #CBAA00;
}
.BgClassName
{
background-color: #CBAA00;
}
</style>
border-color css
<style>
span { border-color: #CBAA00; }
span { border-color: rgb(203,170,0); }
td.TdClassName
{
border-color: #CBAA00;
}
.TagClassName
{
border-color: #CBAA00;
}
</style>