Shades of Bird Flower #CBD50F
Tints of Bird Flower #CBD50F
RGB
CMYK
RGB Variations
Color information
#CBD50F (or 0xCBD50F) is known color: Bird Flower. HEX triplet: CB, D5 and 0F. RGB value is (203,213,15). Sum of RGB (Red+Green+Blue) = 203+213+15=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 213 (83.59% from 255 or 49.42% from 431); Blue value is 15 (6.25% from 255 or 3.48% from 431); Max value from RGB is 213 - color contains mainly: green. Hex color #CBD50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD50F is #342AF0. Grayscale: #BCBCBC. Windows color (decimal): -3418865 or 1037771. OLE color: 1037771.
HSL color Cylindrical-coordinate representation of color #CBD50F: hue angle of 63.03º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CBD50F is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 213 | 15 | - |
| CMYK | 0.05 | 0 | 0.93 | 0.16 |
| HSL | 63.03º | 0.87% | 0.45% | - |
| HSV(B) | 63.03º | 0.93% | 0.84% | - |
| XYZ | 48.51 | 60.32 | 9.54 | - |
| YUV | 187.44 | 30.69 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 213 | 15 | 0.05 | 0 | 0.93 | 0.16 | 63.03 | 0.87 | 0.45 |
| Hex | CB | D5 | F | 5 | 0 | 5D | 10 | 3F | 57 | 2D |
| Octal | 313 | 325 | 17 | 5 | 0 | 135 | 20 | 77 | 127 | 55 |
| Binary | 11001011 | 11010101 | 1111 | 101 | 0 | 1011101 | 10000 | 111111 | 1010111 | 101101 |
Color Harmonies of #CBD50F
Complementary color
Monochromatic Colors of #CBD50F
Black with #CBD50F
Text Example
Text Example
White with #CBD50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD50F; }
p { color: rgb(203,213,15); }
H1.HeaderClassName
{
color: #CBD50F;
}
.AnyTagClassName
{
color: #CBD50F;
}
</style>
background-color css
<style>
a { background-color: #CBD50F; }
a { background-color: rgb(203,213,15); }
div.DivClassName
{
background-color: #CBD50F;
}
.BgClassName
{
background-color: #CBD50F;
}
</style>
border-color css
<style>
span { border-color: #CBD50F; }
span { border-color: rgb(203,213,15); }
td.TdClassName
{
border-color: #CBD50F;
}
.TagClassName
{
border-color: #CBD50F;
}
</style>