Shades of Bird Flower #CBD011
Tints of Bird Flower #CBD011
RGB
CMYK
RGB Variations
Color information
#CBD011 (or 0xCBD011) is known color: Bird Flower. HEX triplet: CB, D0 and 11. RGB value is (203,208,17). Sum of RGB (Red+Green+Blue) = 203+208+17=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 208 (81.64% from 255 or 48.60% from 428); Blue value is 17 (7.03% from 255 or 3.97% from 428); Max value from RGB is 208 - color contains mainly: green. Hex color #CBD011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD011 is #342FEE. Grayscale: #B9B9B9. Windows color (decimal): -3420143 or 1167563. OLE color: 1167563.
HSL color Cylindrical-coordinate representation of color #CBD011: hue angle of 61.57º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CBD011 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 208 | 17 | - |
| CMYK | 0.02 | 0 | 0.92 | 0.18 |
| HSL | 61.57º | 0.85% | 0.44% | - |
| HSV(B) | 61.57º | 0.92% | 0.82% | - |
| XYZ | 47.29 | 57.85 | 9.2 | - |
| YUV | 184.73 | 33.34 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 208 | 17 | 0.02 | 0 | 0.92 | 0.18 | 61.57 | 0.85 | 0.44 |
| Hex | CB | D0 | 11 | 2 | 0 | 5C | 12 | 3E | 55 | 2C |
| Octal | 313 | 320 | 21 | 2 | 0 | 134 | 22 | 76 | 125 | 54 |
| Binary | 11001011 | 11010000 | 10001 | 10 | 0 | 1011100 | 10010 | 111110 | 1010101 | 101100 |
Color Harmonies of #CBD011
Complementary color
Monochromatic Colors of #CBD011
Black with #CBD011
Text Example
Text Example
White with #CBD011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD011; }
p { color: rgb(203,208,17); }
H1.HeaderClassName
{
color: #CBD011;
}
.AnyTagClassName
{
color: #CBD011;
}
</style>
background-color css
<style>
a { background-color: #CBD011; }
a { background-color: rgb(203,208,17); }
div.DivClassName
{
background-color: #CBD011;
}
.BgClassName
{
background-color: #CBD011;
}
</style>
border-color css
<style>
span { border-color: #CBD011; }
span { border-color: rgb(203,208,17); }
td.TdClassName
{
border-color: #CBD011;
}
.TagClassName
{
border-color: #CBD011;
}
</style>