Shades of Bird Flower #D2C914
Tints of Bird Flower #D2C914
RGB
CMYK
RGB Variations
Color information
#D2C914 (or 0xD2C914) is known color: Bird Flower. HEX triplet: D2, C9 and 14. RGB value is (210,201,20). Sum of RGB (Red+Green+Blue) = 210+201+20=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 201 (78.91% from 255 or 46.64% from 431); Blue value is 20 (8.20% from 255 or 4.64% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C914 is #2D36EB. Grayscale: #B7B7B7. Windows color (decimal): -2963180 or 1362386. OLE color: 1362386.
HSL color Cylindrical-coordinate representation of color #D2C914: hue angle of 57.16º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2C914 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 201 | 20 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.18 |
| HSL | 57.16º | 0.83% | 0.45% | - |
| HSV(B) | 57.16º | 0.9% | 0.82% | - |
| XYZ | 47.59 | 55.53 | 8.87 | - |
| YUV | 183.06 | 35.98 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 201 | 20 | 0 | 0.04 | 0.90 | 0.18 | 57.16 | 0.83 | 0.45 |
| Hex | D2 | C9 | 14 | 0 | 4 | 5A | 12 | 39 | 53 | 2D |
| Octal | 322 | 311 | 24 | 0 | 4 | 132 | 22 | 71 | 123 | 55 |
| Binary | 11010010 | 11001001 | 10100 | 0 | 100 | 1011010 | 10010 | 111001 | 1010011 | 101101 |
Color Harmonies of #D2C914
Complementary color
Monochromatic Colors of #D2C914
Black with #D2C914
Text Example
Text Example
White with #D2C914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C914; }
p { color: rgb(210,201,20); }
H1.HeaderClassName
{
color: #D2C914;
}
.AnyTagClassName
{
color: #D2C914;
}
</style>
background-color css
<style>
a { background-color: #D2C914; }
a { background-color: rgb(210,201,20); }
div.DivClassName
{
background-color: #D2C914;
}
.BgClassName
{
background-color: #D2C914;
}
</style>
border-color css
<style>
span { border-color: #D2C914; }
span { border-color: rgb(210,201,20); }
td.TdClassName
{
border-color: #D2C914;
}
.TagClassName
{
border-color: #D2C914;
}
</style>