Shades of Bird Flower #CBC50B
Tints of Bird Flower #CBC50B
RGB
CMYK
RGB Variations
Color information
#CBC50B (or 0xCBC50B) is known color: Bird Flower. HEX triplet: CB, C5 and 0B. RGB value is (203,197,11). Sum of RGB (Red+Green+Blue) = 203+197+11=411 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.39% from 411); Green value is 197 (77.34% from 255 or 47.93% from 411); Blue value is 11 (4.69% from 255 or 2.68% from 411); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC50B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC50B is #343AF4. Grayscale: #B2B2B2. Windows color (decimal): -3422965 or 771531. OLE color: 771531.
HSL color Cylindrical-coordinate representation of color #CBC50B: hue angle of 58.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 #CBC50B is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 11 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.20 |
| HSL | 58.13º | 0.9% | 0.42% | - |
| HSV(B) | 58.13º | 0.95% | 0.8% | - |
| XYZ | 44.66 | 52.65 | 8.13 | - |
| YUV | 177.59 | 33.99 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 11 | 0 | 0.03 | 0.95 | 0.20 | 58.13 | 0.9 | 0.42 |
| Hex | CB | C5 | B | 0 | 3 | 5F | 14 | 3A | 5A | 2A |
| Octal | 313 | 305 | 13 | 0 | 3 | 137 | 24 | 72 | 132 | 52 |
| Binary | 11001011 | 11000101 | 1011 | 0 | 11 | 1011111 | 10100 | 111010 | 1011010 | 101010 |
Color Harmonies of #CBC50B
Complementary color
Monochromatic Colors of #CBC50B
Black with #CBC50B
Text Example
Text Example
White with #CBC50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC50B; }
p { color: rgb(203,197,11); }
H1.HeaderClassName
{
color: #CBC50B;
}
.AnyTagClassName
{
color: #CBC50B;
}
</style>
background-color css
<style>
a { background-color: #CBC50B; }
a { background-color: rgb(203,197,11); }
div.DivClassName
{
background-color: #CBC50B;
}
.BgClassName
{
background-color: #CBC50B;
}
</style>
border-color css
<style>
span { border-color: #CBC50B; }
span { border-color: rgb(203,197,11); }
td.TdClassName
{
border-color: #CBC50B;
}
.TagClassName
{
border-color: #CBC50B;
}
</style>