Shades of Bird Flower #D1C413
Tints of Bird Flower #D1C413
RGB
CMYK
RGB Variations
Color information
#D1C413 (or 0xD1C413) is known color: Bird Flower. HEX triplet: D1, C4 and 13. RGB value is (209,196,19). Sum of RGB (Red+Green+Blue) = 209+196+19=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 196 (76.95% from 255 or 46.23% from 424); Blue value is 19 (7.81% from 255 or 4.48% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C413 is #2E3BEC. Grayscale: #B4B4B4. Windows color (decimal): -3029997 or 1295569. OLE color: 1295569.
HSL color Cylindrical-coordinate representation of color #D1C413: hue angle of 55.89º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D1C413 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 196 | 19 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.18 |
| HSL | 55.89º | 0.83% | 0.45% | - |
| HSV(B) | 55.89º | 0.91% | 0.82% | - |
| XYZ | 46.15 | 53.08 | 8.43 | - |
| YUV | 179.71 | 37.31 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 196 | 19 | 0 | 0.06 | 0.91 | 0.18 | 55.89 | 0.83 | 0.45 |
| Hex | D1 | C4 | 13 | 0 | 6 | 5B | 12 | 38 | 53 | 2D |
| Octal | 321 | 304 | 23 | 0 | 6 | 133 | 22 | 70 | 123 | 55 |
| Binary | 11010001 | 11000100 | 10011 | 0 | 110 | 1011011 | 10010 | 111000 | 1010011 | 101101 |
Color Harmonies of #D1C413
Complementary color
Monochromatic Colors of #D1C413
Black with #D1C413
Text Example
Text Example
White with #D1C413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C413; }
p { color: rgb(209,196,19); }
H1.HeaderClassName
{
color: #D1C413;
}
.AnyTagClassName
{
color: #D1C413;
}
</style>
background-color css
<style>
a { background-color: #D1C413; }
a { background-color: rgb(209,196,19); }
div.DivClassName
{
background-color: #D1C413;
}
.BgClassName
{
background-color: #D1C413;
}
</style>
border-color css
<style>
span { border-color: #D1C413; }
span { border-color: rgb(209,196,19); }
td.TdClassName
{
border-color: #D1C413;
}
.TagClassName
{
border-color: #D1C413;
}
</style>