Shades of Bird Flower #CBB50A
Tints of Bird Flower #CBB50A
RGB
CMYK
RGB Variations
Color information
#CBB50A (or 0xCBB50A) is known color: Bird Flower. HEX triplet: CB, B5 and 0A. RGB value is (203,181,10). Sum of RGB (Red+Green+Blue) = 203+181+10=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 181 (71.09% from 255 or 45.94% from 394); Blue value is 10 (4.30% from 255 or 2.54% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB50A is #344AF5. Grayscale: #A8A8A8. Windows color (decimal): -3427062 or 701899. OLE color: 701899.
HSL color Cylindrical-coordinate representation of color #CBB50A: hue angle of 53.16º 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 #CBB50A is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 10 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.20 |
| HSL | 53.16º | 0.91% | 0.42% | - |
| HSV(B) | 53.16º | 0.95% | 0.8% | - |
| XYZ | 41.21 | 45.77 | 6.95 | - |
| YUV | 168.08 | 38.79 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 10 | 0 | 0.11 | 0.95 | 0.20 | 53.16 | 0.91 | 0.42 |
| Hex | CB | B5 | A | 0 | B | 5F | 14 | 35 | 5B | 2A |
| Octal | 313 | 265 | 12 | 0 | 13 | 137 | 24 | 65 | 133 | 52 |
| Binary | 11001011 | 10110101 | 1010 | 0 | 1011 | 1011111 | 10100 | 110101 | 1011011 | 101010 |
Color Harmonies of #CBB50A
Complementary color
Monochromatic Colors of #CBB50A
Black with #CBB50A
Text Example
Text Example
White with #CBB50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB50A; }
p { color: rgb(203,181,10); }
H1.HeaderClassName
{
color: #CBB50A;
}
.AnyTagClassName
{
color: #CBB50A;
}
</style>
background-color css
<style>
a { background-color: #CBB50A; }
a { background-color: rgb(203,181,10); }
div.DivClassName
{
background-color: #CBB50A;
}
.BgClassName
{
background-color: #CBB50A;
}
</style>
border-color css
<style>
span { border-color: #CBB50A; }
span { border-color: rgb(203,181,10); }
td.TdClassName
{
border-color: #CBB50A;
}
.TagClassName
{
border-color: #CBB50A;
}
</style>