Shades of Bird Flower #CBD20B
Tints of Bird Flower #CBD20B
RGB
CMYK
RGB Variations
Color information
#CBD20B (or 0xCBD20B) is known color: Bird Flower. HEX triplet: CB, D2 and 0B. RGB value is (203,210,11). Sum of RGB (Red+Green+Blue) = 203+210+11=424 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.88% from 424); Green value is 210 (82.42% from 255 or 49.53% from 424); Blue value is 11 (4.69% from 255 or 2.59% from 424); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD20B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD20B is #342DF4. Grayscale: #BABABA. Windows color (decimal): -3419637 or 774859. OLE color: 774859.
HSL color Cylindrical-coordinate representation of color #CBD20B: hue angle of 62.11º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBD20B is Cyan = 0.03, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 210 | 11 | - |
| CMYK | 0.03 | 0 | 0.95 | 0.18 |
| HSL | 62.11º | 0.9% | 0.43% | - |
| HSV(B) | 62.11º | 0.95% | 0.82% | - |
| XYZ | 47.74 | 58.81 | 9.15 | - |
| YUV | 185.22 | 29.68 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 210 | 11 | 0.03 | 0 | 0.95 | 0.18 | 62.11 | 0.9 | 0.43 |
| Hex | CB | D2 | B | 3 | 0 | 5F | 12 | 3E | 5A | 2B |
| Octal | 313 | 322 | 13 | 3 | 0 | 137 | 22 | 76 | 132 | 53 |
| Binary | 11001011 | 11010010 | 1011 | 11 | 0 | 1011111 | 10010 | 111110 | 1011010 | 101011 |
Color Harmonies of #CBD20B
Complementary color
Monochromatic Colors of #CBD20B
Black with #CBD20B
Text Example
Text Example
White with #CBD20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD20B; }
p { color: rgb(203,210,11); }
H1.HeaderClassName
{
color: #CBD20B;
}
.AnyTagClassName
{
color: #CBD20B;
}
</style>
background-color css
<style>
a { background-color: #CBD20B; }
a { background-color: rgb(203,210,11); }
div.DivClassName
{
background-color: #CBD20B;
}
.BgClassName
{
background-color: #CBD20B;
}
</style>
border-color css
<style>
span { border-color: #CBD20B; }
span { border-color: rgb(203,210,11); }
td.TdClassName
{
border-color: #CBD20B;
}
.TagClassName
{
border-color: #CBD20B;
}
</style>