Shades of Bird Flower #D3C200
Tints of Bird Flower #D3C200
RGB
CMYK
RGB Variations
Color information
#D3C200 (or 0xD3C200) is known color: Bird Flower. HEX triplet: D3, C2 and 00. RGB value is (211,194,0). Sum of RGB (Red+Green+Blue) = 211+194+0=405 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.10% from 405); Green value is 194 (76.17% from 255 or 47.90% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C200 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C200 is #2C3DFF. Grayscale: #B1B1B1. Windows color (decimal): -2899456 or 49875. OLE color: 49875.
HSL color Cylindrical-coordinate representation of color #D3C200: hue angle of 55.17º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3C200 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 194 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.17 |
| HSL | 55.17º | 1% | 0.41% | - |
| HSV(B) | 55.17º | 1% | 0.83% | - |
| XYZ | 46.16 | 52.43 | 7.69 | - |
| YUV | 176.97 | 28.13 | 152.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 194 | 0 | 0 | 0.08 | 1 | 0.17 | 55.17 | 1 | 0.41 |
| Hex | D3 | C2 | 0 | 0 | 8 | 64 | 11 | 37 | 64 | 29 |
| Octal | 323 | 302 | 0 | 0 | 10 | 144 | 21 | 67 | 144 | 51 |
| Binary | 11010011 | 11000010 | 0 | 0 | 1000 | 1100100 | 10001 | 110111 | 1100100 | 101001 |
Color Harmonies of #D3C200
Complementary color
Monochromatic Colors of #D3C200
Black with #D3C200
Text Example
Text Example
White with #D3C200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C200; }
p { color: rgb(211,194,0); }
H1.HeaderClassName
{
color: #D3C200;
}
.AnyTagClassName
{
color: #D3C200;
}
</style>
background-color css
<style>
a { background-color: #D3C200; }
a { background-color: rgb(211,194,0); }
div.DivClassName
{
background-color: #D3C200;
}
.BgClassName
{
background-color: #D3C200;
}
</style>
border-color css
<style>
span { border-color: #D3C200; }
span { border-color: rgb(211,194,0); }
td.TdClassName
{
border-color: #D3C200;
}
.TagClassName
{
border-color: #D3C200;
}
</style>