Shades of Bird Flower #CBB90A
Tints of Bird Flower #CBB90A
RGB
CMYK
RGB Variations
Color information
#CBB90A (or 0xCBB90A) is known color: Bird Flower. HEX triplet: CB, B9 and 0A. RGB value is (203,185,10). Sum of RGB (Red+Green+Blue) = 203+185+10=398 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.01% from 398); Green value is 185 (72.66% from 255 or 46.48% from 398); Blue value is 10 (4.30% from 255 or 2.51% from 398); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB90A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB90A is #3446F5. Grayscale: #ABABAB. Windows color (decimal): -3426038 or 702923. OLE color: 702923.
HSL color Cylindrical-coordinate representation of color #CBB90A: hue angle of 54.4º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBB90A is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 10 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.20 |
| HSL | 54.4º | 0.91% | 0.42% | - |
| HSV(B) | 54.4º | 0.95% | 0.8% | - |
| XYZ | 42.03 | 47.42 | 7.22 | - |
| YUV | 170.43 | 37.46 | 151.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 10 | 0 | 0.09 | 0.95 | 0.20 | 54.4 | 0.91 | 0.42 |
| Hex | CB | B9 | A | 0 | 9 | 5F | 14 | 36 | 5B | 2A |
| Octal | 313 | 271 | 12 | 0 | 11 | 137 | 24 | 66 | 133 | 52 |
| Binary | 11001011 | 10111001 | 1010 | 0 | 1001 | 1011111 | 10100 | 110110 | 1011011 | 101010 |
Color Harmonies of #CBB90A
Complementary color
Monochromatic Colors of #CBB90A
Black with #CBB90A
Text Example
Text Example
White with #CBB90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB90A; }
p { color: rgb(203,185,10); }
H1.HeaderClassName
{
color: #CBB90A;
}
.AnyTagClassName
{
color: #CBB90A;
}
</style>
background-color css
<style>
a { background-color: #CBB90A; }
a { background-color: rgb(203,185,10); }
div.DivClassName
{
background-color: #CBB90A;
}
.BgClassName
{
background-color: #CBB90A;
}
</style>
border-color css
<style>
span { border-color: #CBB90A; }
span { border-color: rgb(203,185,10); }
td.TdClassName
{
border-color: #CBB90A;
}
.TagClassName
{
border-color: #CBB90A;
}
</style>