Shades of Bird Flower #CBDB0B
Tints of Bird Flower #CBDB0B
RGB
CMYK
RGB Variations
Color information
#CBDB0B (or 0xCBDB0B) is known color: Bird Flower. HEX triplet: CB, DB and 0B. RGB value is (203,219,11). Sum of RGB (Red+Green+Blue) = 203+219+11=433 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.88% from 433); Green value is 219 (85.94% from 255 or 50.58% from 433); Blue value is 11 (4.69% from 255 or 2.54% from 433); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBDB0B is #3424F4. Grayscale: #BFBFBF. Windows color (decimal): -3417333 or 777163. OLE color: 777163.
HSL color Cylindrical-coordinate representation of color #CBDB0B: hue angle of 64.62º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBDB0B is Cyan = 0.07, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 11 | - |
| CMYK | 0.07 | 0 | 0.95 | 0.14 |
| HSL | 64.62º | 0.9% | 0.45% | - |
| HSV(B) | 64.62º | 0.95% | 0.86% | - |
| XYZ | 50.02 | 63.38 | 9.91 | - |
| YUV | 190.5 | 26.7 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 11 | 0.07 | 0 | 0.95 | 0.14 | 64.62 | 0.9 | 0.45 |
| Hex | CB | DB | B | 7 | 0 | 5F | E | 41 | 5A | 2D |
| Octal | 313 | 333 | 13 | 7 | 0 | 137 | 16 | 101 | 132 | 55 |
| Binary | 11001011 | 11011011 | 1011 | 111 | 0 | 1011111 | 1110 | 1000001 | 1011010 | 101101 |
Color Harmonies of #CBDB0B
Complementary color
Monochromatic Colors of #CBDB0B
Black with #CBDB0B
Text Example
Text Example
White with #CBDB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB0B; }
p { color: rgb(203,219,11); }
H1.HeaderClassName
{
color: #CBDB0B;
}
.AnyTagClassName
{
color: #CBDB0B;
}
</style>
background-color css
<style>
a { background-color: #CBDB0B; }
a { background-color: rgb(203,219,11); }
div.DivClassName
{
background-color: #CBDB0B;
}
.BgClassName
{
background-color: #CBDB0B;
}
</style>
border-color css
<style>
span { border-color: #CBDB0B; }
span { border-color: rgb(203,219,11); }
td.TdClassName
{
border-color: #CBDB0B;
}
.TagClassName
{
border-color: #CBDB0B;
}
</style>