Shades of Bird Flower #D1C21A
Tints of Bird Flower #D1C21A
RGB
CMYK
RGB Variations
Color information
#D1C21A (or 0xD1C21A) is known color: Bird Flower. HEX triplet: D1, C2 and 1A. RGB value is (209,194,26). Sum of RGB (Red+Green+Blue) = 209+194+26=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 26 (10.55% from 255 or 6.06% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C21A is #2E3DE5. Grayscale: #B4B4B4. Windows color (decimal): -3030502 or 1753809. OLE color: 1753809.
HSL color Cylindrical-coordinate representation of color #D1C21A: hue angle of 55.08º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D1C21A is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 194 | 26 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.18 |
| HSL | 55.08º | 0.78% | 0.46% | - |
| HSV(B) | 55.08º | 0.88% | 0.82% | - |
| XYZ | 45.77 | 52.21 | 8.64 | - |
| YUV | 179.33 | 41.47 | 149.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 194 | 26 | 0 | 0.07 | 0.88 | 0.18 | 55.08 | 0.78 | 0.46 |
| Hex | D1 | C2 | 1A | 0 | 7 | 58 | 12 | 37 | 4E | 2E |
| Octal | 321 | 302 | 32 | 0 | 7 | 130 | 22 | 67 | 116 | 56 |
| Binary | 11010001 | 11000010 | 11010 | 0 | 111 | 1011000 | 10010 | 110111 | 1001110 | 101110 |
Color Harmonies of #D1C21A
Complementary color
Monochromatic Colors of #D1C21A
Black with #D1C21A
Text Example
Text Example
White with #D1C21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C21A; }
p { color: rgb(209,194,26); }
H1.HeaderClassName
{
color: #D1C21A;
}
.AnyTagClassName
{
color: #D1C21A;
}
</style>
background-color css
<style>
a { background-color: #D1C21A; }
a { background-color: rgb(209,194,26); }
div.DivClassName
{
background-color: #D1C21A;
}
.BgClassName
{
background-color: #D1C21A;
}
</style>
border-color css
<style>
span { border-color: #D1C21A; }
span { border-color: rgb(209,194,26); }
td.TdClassName
{
border-color: #D1C21A;
}
.TagClassName
{
border-color: #D1C21A;
}
</style>