Shades of Bird Flower #D1C50D
Tints of Bird Flower #D1C50D
RGB
CMYK
RGB Variations
Color information
#D1C50D (or 0xD1C50D) is known color: Bird Flower. HEX triplet: D1, C5 and 0D. RGB value is (209,197,13). Sum of RGB (Red+Green+Blue) = 209+197+13=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C50D is #2E3AF2. Grayscale: #B4B4B4. Windows color (decimal): -3029747 or 902609. OLE color: 902609.
HSL color Cylindrical-coordinate representation of color #D1C50D: hue angle of 56.33º 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 #D1C50D is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 197 | 13 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.18 |
| HSL | 56.33º | 0.88% | 0.44% | - |
| HSV(B) | 56.33º | 0.94% | 0.82% | - |
| XYZ | 46.33 | 53.52 | 8.27 | - |
| YUV | 179.61 | 33.98 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 197 | 13 | 0 | 0.06 | 0.94 | 0.18 | 56.33 | 0.88 | 0.44 |
| Hex | D1 | C5 | D | 0 | 6 | 5E | 12 | 38 | 58 | 2C |
| Octal | 321 | 305 | 15 | 0 | 6 | 136 | 22 | 70 | 130 | 54 |
| Binary | 11010001 | 11000101 | 1101 | 0 | 110 | 1011110 | 10010 | 111000 | 1011000 | 101100 |
Color Harmonies of #D1C50D
Complementary color
Monochromatic Colors of #D1C50D
Black with #D1C50D
Text Example
Text Example
White with #D1C50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C50D; }
p { color: rgb(209,197,13); }
H1.HeaderClassName
{
color: #D1C50D;
}
.AnyTagClassName
{
color: #D1C50D;
}
</style>
background-color css
<style>
a { background-color: #D1C50D; }
a { background-color: rgb(209,197,13); }
div.DivClassName
{
background-color: #D1C50D;
}
.BgClassName
{
background-color: #D1C50D;
}
</style>
border-color css
<style>
span { border-color: #D1C50D; }
span { border-color: rgb(209,197,13); }
td.TdClassName
{
border-color: #D1C50D;
}
.TagClassName
{
border-color: #D1C50D;
}
</style>