Shades of Bird Flower #D2C90E
Tints of Bird Flower #D2C90E
RGB
CMYK
RGB Variations
Color information
#D2C90E (or 0xD2C90E) is known color: Bird Flower. HEX triplet: D2, C9 and 0E. RGB value is (210,201,14). Sum of RGB (Red+Green+Blue) = 210+201+14=425 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.41% from 425); Green value is 201 (78.91% from 255 or 47.29% from 425); Blue value is 14 (5.86% from 255 or 3.29% from 425); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C90E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C90E is #2D36F1. Grayscale: #B7B7B7. Windows color (decimal): -2963186 or 969170. OLE color: 969170.
HSL color Cylindrical-coordinate representation of color #D2C90E: hue angle of 57.24º degrees, saturation: 0.88, 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 #D2C90E is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 14 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.18 |
| HSL | 57.24º | 0.88% | 0.44% | - |
| HSV(B) | 57.24º | 0.93% | 0.82% | - |
| XYZ | 47.54 | 55.51 | 8.62 | - |
| YUV | 182.37 | 32.98 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 14 | 0 | 0.04 | 0.93 | 0.18 | 57.24 | 0.88 | 0.44 |
| Hex | D2 | C9 | E | 0 | 4 | 5D | 12 | 39 | 58 | 2C |
| Octal | 322 | 311 | 16 | 0 | 4 | 135 | 22 | 71 | 130 | 54 |
| Binary | 11010010 | 11001001 | 1110 | 0 | 100 | 1011101 | 10010 | 111001 | 1011000 | 101100 |
Color Harmonies of #D2C90E
Complementary color
Monochromatic Colors of #D2C90E
Black with #D2C90E
Text Example
Text Example
White with #D2C90E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C90E; }
p { color: rgb(210,201,14); }
H1.HeaderClassName
{
color: #D2C90E;
}
.AnyTagClassName
{
color: #D2C90E;
}
</style>
background-color css
<style>
a { background-color: #D2C90E; }
a { background-color: rgb(210,201,14); }
div.DivClassName
{
background-color: #D2C90E;
}
.BgClassName
{
background-color: #D2C90E;
}
</style>
border-color css
<style>
span { border-color: #D2C90E; }
span { border-color: rgb(210,201,14); }
td.TdClassName
{
border-color: #D2C90E;
}
.TagClassName
{
border-color: #D2C90E;
}
</style>