Shades of Bird Flower #D1C30E
Tints of Bird Flower #D1C30E
RGB
CMYK
RGB Variations
Color information
#D1C30E (or 0xD1C30E) is known color: Bird Flower. HEX triplet: D1, C3 and 0E. RGB value is (209,195,14). Sum of RGB (Red+Green+Blue) = 209+195+14=418 (55% of max value = 765). Red value is 209 (82.03% from 255 or 50% from 418); Green value is 195 (76.56% from 255 or 46.65% from 418); Blue value is 14 (5.86% from 255 or 3.35% from 418); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C30E is #2E3CF1. Grayscale: #B3B3B3. Windows color (decimal): -3030258 or 967633. OLE color: 967633.
HSL color Cylindrical-coordinate representation of color #D1C30E: hue angle of 55.69º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1C30E is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 195 | 14 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.18 |
| HSL | 55.69º | 0.87% | 0.44% | - |
| HSV(B) | 55.69º | 0.93% | 0.82% | - |
| XYZ | 45.89 | 52.62 | 8.15 | - |
| YUV | 178.55 | 35.14 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 195 | 14 | 0 | 0.07 | 0.93 | 0.18 | 55.69 | 0.87 | 0.44 |
| Hex | D1 | C3 | E | 0 | 7 | 5D | 12 | 38 | 57 | 2C |
| Octal | 321 | 303 | 16 | 0 | 7 | 135 | 22 | 70 | 127 | 54 |
| Binary | 11010001 | 11000011 | 1110 | 0 | 111 | 1011101 | 10010 | 111000 | 1010111 | 101100 |
Color Harmonies of #D1C30E
Complementary color
Monochromatic Colors of #D1C30E
Black with #D1C30E
Text Example
Text Example
White with #D1C30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C30E; }
p { color: rgb(209,195,14); }
H1.HeaderClassName
{
color: #D1C30E;
}
.AnyTagClassName
{
color: #D1C30E;
}
</style>
background-color css
<style>
a { background-color: #D1C30E; }
a { background-color: rgb(209,195,14); }
div.DivClassName
{
background-color: #D1C30E;
}
.BgClassName
{
background-color: #D1C30E;
}
</style>
border-color css
<style>
span { border-color: #D1C30E; }
span { border-color: rgb(209,195,14); }
td.TdClassName
{
border-color: #D1C30E;
}
.TagClassName
{
border-color: #D1C30E;
}
</style>