Shades of Bird Flower #D1C20D
Tints of Bird Flower #D1C20D
RGB
CMYK
RGB Variations
Color information
#D1C20D (or 0xD1C20D) is known color: Bird Flower. HEX triplet: D1, C2 and 0D. RGB value is (209,194,13). Sum of RGB (Red+Green+Blue) = 209+194+13=416 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50.24% from 416); Green value is 194 (76.17% from 255 or 46.63% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C20D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C20D is #2E3DF2. Grayscale: #B2B2B2. Windows color (decimal): -3030515 or 901841. OLE color: 901841.
HSL color Cylindrical-coordinate representation of color #D1C20D: hue angle of 55.41º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1C20D is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 194 | 13 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.18 |
| HSL | 55.41º | 0.88% | 0.44% | - |
| HSV(B) | 55.41º | 0.94% | 0.82% | - |
| XYZ | 45.66 | 52.17 | 8.04 | - |
| YUV | 177.85 | 34.97 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 194 | 13 | 0 | 0.07 | 0.94 | 0.18 | 55.41 | 0.88 | 0.44 |
| Hex | D1 | C2 | D | 0 | 7 | 5E | 12 | 37 | 58 | 2C |
| Octal | 321 | 302 | 15 | 0 | 7 | 136 | 22 | 67 | 130 | 54 |
| Binary | 11010001 | 11000010 | 1101 | 0 | 111 | 1011110 | 10010 | 110111 | 1011000 | 101100 |
Color Harmonies of #D1C20D
Complementary color
Monochromatic Colors of #D1C20D
Black with #D1C20D
Text Example
Text Example
White with #D1C20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C20D; }
p { color: rgb(209,194,13); }
H1.HeaderClassName
{
color: #D1C20D;
}
.AnyTagClassName
{
color: #D1C20D;
}
</style>
background-color css
<style>
a { background-color: #D1C20D; }
a { background-color: rgb(209,194,13); }
div.DivClassName
{
background-color: #D1C20D;
}
.BgClassName
{
background-color: #D1C20D;
}
</style>
border-color css
<style>
span { border-color: #D1C20D; }
span { border-color: rgb(209,194,13); }
td.TdClassName
{
border-color: #D1C20D;
}
.TagClassName
{
border-color: #D1C20D;
}
</style>