Shades of Bird Flower #C8D211
Tints of Bird Flower #C8D211
RGB
CMYK
RGB Variations
Color information
#C8D211 (or 0xC8D211) is known color: Bird Flower. HEX triplet: C8, D2 and 11. RGB value is (200,210,17). Sum of RGB (Red+Green+Blue) = 200+210+17=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 210 (82.42% from 255 or 49.18% from 427); Blue value is 17 (7.03% from 255 or 3.98% from 427); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8D211 is #372DEE. Grayscale: #B9B9B9. Windows color (decimal): -3616239 or 1168072. OLE color: 1168072.
HSL color Cylindrical-coordinate representation of color #C8D211: hue angle of 63.11º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C8D211 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 210 | 17 | - |
| CMYK | 0.05 | 0 | 0.92 | 0.18 |
| HSL | 63.11º | 0.85% | 0.45% | - |
| HSV(B) | 63.11º | 0.92% | 0.82% | - |
| XYZ | 46.97 | 58.41 | 9.33 | - |
| YUV | 185.01 | 33.19 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 210 | 17 | 0.05 | 0 | 0.92 | 0.18 | 63.11 | 0.85 | 0.45 |
| Hex | C8 | D2 | 11 | 5 | 0 | 5C | 12 | 3F | 55 | 2D |
| Octal | 310 | 322 | 21 | 5 | 0 | 134 | 22 | 77 | 125 | 55 |
| Binary | 11001000 | 11010010 | 10001 | 101 | 0 | 1011100 | 10010 | 111111 | 1010101 | 101101 |
Color Harmonies of #C8D211
Complementary color
Monochromatic Colors of #C8D211
Black with #C8D211
Text Example
Text Example
White with #C8D211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8D211; }
p { color: rgb(200,210,17); }
H1.HeaderClassName
{
color: #C8D211;
}
.AnyTagClassName
{
color: #C8D211;
}
</style>
background-color css
<style>
a { background-color: #C8D211; }
a { background-color: rgb(200,210,17); }
div.DivClassName
{
background-color: #C8D211;
}
.BgClassName
{
background-color: #C8D211;
}
</style>
border-color css
<style>
span { border-color: #C8D211; }
span { border-color: rgb(200,210,17); }
td.TdClassName
{
border-color: #C8D211;
}
.TagClassName
{
border-color: #C8D211;
}
</style>