Shades of Bird Flower #D2C200
Tints of Bird Flower #D2C200
RGB
CMYK
RGB Variations
Color information
#D2C200 (or 0xD2C200) is known color: Bird Flower. HEX triplet: D2, C2 and 00. RGB value is (210,194,0). Sum of RGB (Red+Green+Blue) = 210+194+0=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C200 is #2D3DFF. Grayscale: #B1B1B1. Windows color (decimal): -2964992 or 49874. OLE color: 49874.
HSL color Cylindrical-coordinate representation of color #D2C200: hue angle of 55.43º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2C200 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 194 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.18 |
| HSL | 55.43º | 1% | 0.41% | - |
| HSV(B) | 55.43º | 1% | 0.82% | - |
| XYZ | 45.87 | 52.29 | 7.67 | - |
| YUV | 176.67 | 28.3 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 194 | 0 | 0 | 0.08 | 1 | 0.18 | 55.43 | 1 | 0.41 |
| Hex | D2 | C2 | 0 | 0 | 8 | 64 | 12 | 37 | 64 | 29 |
| Octal | 322 | 302 | 0 | 0 | 10 | 144 | 22 | 67 | 144 | 51 |
| Binary | 11010010 | 11000010 | 0 | 0 | 1000 | 1100100 | 10010 | 110111 | 1100100 | 101001 |
Color Harmonies of #D2C200
Complementary color
Monochromatic Colors of #D2C200
Black with #D2C200
Text Example
Text Example
White with #D2C200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C200; }
p { color: rgb(210,194,0); }
H1.HeaderClassName
{
color: #D2C200;
}
.AnyTagClassName
{
color: #D2C200;
}
</style>
background-color css
<style>
a { background-color: #D2C200; }
a { background-color: rgb(210,194,0); }
div.DivClassName
{
background-color: #D2C200;
}
.BgClassName
{
background-color: #D2C200;
}
</style>
border-color css
<style>
span { border-color: #D2C200; }
span { border-color: rgb(210,194,0); }
td.TdClassName
{
border-color: #D2C200;
}
.TagClassName
{
border-color: #D2C200;
}
</style>