Shades of Bird Flower #CBB50B
Tints of Bird Flower #CBB50B
RGB
CMYK
RGB Variations
Color information
#CBB50B (or 0xCBB50B) is known color: Bird Flower. HEX triplet: CB, B5 and 0B. RGB value is (203,181,11). Sum of RGB (Red+Green+Blue) = 203+181+11=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 181 (71.09% from 255 or 45.82% from 395); Blue value is 11 (4.69% from 255 or 2.78% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBB50B is #344AF4. Grayscale: #A8A8A8. Windows color (decimal): -3427061 or 767435. OLE color: 767435.
HSL color Cylindrical-coordinate representation of color #CBB50B: hue angle of 53.12º degrees, saturation: 0.9, 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 #CBB50B is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 11 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.20 |
| HSL | 53.13º | 0.9% | 0.42% | - |
| HSV(B) | 53.13º | 0.95% | 0.8% | - |
| XYZ | 41.21 | 45.77 | 6.98 | - |
| YUV | 168.2 | 39.29 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 11 | 0 | 0.11 | 0.95 | 0.20 | 53.13 | 0.9 | 0.42 |
| Hex | CB | B5 | B | 0 | B | 5F | 14 | 35 | 5A | 2A |
| Octal | 313 | 265 | 13 | 0 | 13 | 137 | 24 | 65 | 132 | 52 |
| Binary | 11001011 | 10110101 | 1011 | 0 | 1011 | 1011111 | 10100 | 110101 | 1011010 | 101010 |
Color Harmonies of #CBB50B
Complementary color
Monochromatic Colors of #CBB50B
Black with #CBB50B
Text Example
Text Example
White with #CBB50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB50B; }
p { color: rgb(203,181,11); }
H1.HeaderClassName
{
color: #CBB50B;
}
.AnyTagClassName
{
color: #CBB50B;
}
</style>
background-color css
<style>
a { background-color: #CBB50B; }
a { background-color: rgb(203,181,11); }
div.DivClassName
{
background-color: #CBB50B;
}
.BgClassName
{
background-color: #CBB50B;
}
</style>
border-color css
<style>
span { border-color: #CBB50B; }
span { border-color: rgb(203,181,11); }
td.TdClassName
{
border-color: #CBB50B;
}
.TagClassName
{
border-color: #CBB50B;
}
</style>