Shades of Bird Flower #CBD210
Tints of Bird Flower #CBD210
RGB
CMYK
RGB Variations
Color information
#CBD210 (or 0xCBD210) is known color: Bird Flower. HEX triplet: CB, D2 and 10. RGB value is (203,210,16). Sum of RGB (Red+Green+Blue) = 203+210+16=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 16 (6.64% from 255 or 3.73% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #CBD210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBD210 is #342DEF. Grayscale: #BABABA. Windows color (decimal): -3419632 or 1102539. OLE color: 1102539.
HSL color Cylindrical-coordinate representation of color #CBD210: hue angle of 62.16º degrees, saturation: 0.86, 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 #CBD210 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 210 | 16 | - |
| CMYK | 0.03 | 0 | 0.92 | 0.18 |
| HSL | 62.16º | 0.86% | 0.44% | - |
| HSV(B) | 62.16º | 0.92% | 0.82% | - |
| XYZ | 47.77 | 58.83 | 9.33 | - |
| YUV | 185.79 | 32.18 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 210 | 16 | 0.03 | 0 | 0.92 | 0.18 | 62.16 | 0.86 | 0.44 |
| Hex | CB | D2 | 10 | 3 | 0 | 5C | 12 | 3E | 56 | 2C |
| Octal | 313 | 322 | 20 | 3 | 0 | 134 | 22 | 76 | 126 | 54 |
| Binary | 11001011 | 11010010 | 10000 | 11 | 0 | 1011100 | 10010 | 111110 | 1010110 | 101100 |
Color Harmonies of #CBD210
Complementary color
Monochromatic Colors of #CBD210
Black with #CBD210
Text Example
Text Example
White with #CBD210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBD210; }
p { color: rgb(203,210,16); }
H1.HeaderClassName
{
color: #CBD210;
}
.AnyTagClassName
{
color: #CBD210;
}
</style>
background-color css
<style>
a { background-color: #CBD210; }
a { background-color: rgb(203,210,16); }
div.DivClassName
{
background-color: #CBD210;
}
.BgClassName
{
background-color: #CBD210;
}
</style>
border-color css
<style>
span { border-color: #CBD210; }
span { border-color: rgb(203,210,16); }
td.TdClassName
{
border-color: #CBD210;
}
.TagClassName
{
border-color: #CBD210;
}
</style>