Shades of Bird Flower #D4D20C
Tints of Bird Flower #D4D20C
RGB
CMYK
RGB Variations
Color information
#D4D20C (or 0xD4D20C) is known color: Bird Flower. HEX triplet: D4, D2 and 0C. RGB value is (212,210,12). Sum of RGB (Red+Green+Blue) = 212+210+12=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 210 (82.42% from 255 or 48.39% from 434); Blue value is 12 (5.08% from 255 or 2.76% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4D20C is #2B2DF3. Grayscale: #BCBCBC. Windows color (decimal): -2829812 or 840404. OLE color: 840404.
HSL color Cylindrical-coordinate representation of color #D4D20C: hue angle of 59.4º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4D20C is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 210 | 12 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.17 |
| HSL | 59.4º | 0.89% | 0.44% | - |
| HSV(B) | 59.4º | 0.94% | 0.83% | - |
| XYZ | 50.26 | 60.12 | 9.3 | - |
| YUV | 188.03 | 28.66 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 210 | 12 | 0 | 0.01 | 0.94 | 0.17 | 59.4 | 0.89 | 0.44 |
| Hex | D4 | D2 | C | 0 | 1 | 5E | 11 | 3B | 59 | 2C |
| Octal | 324 | 322 | 14 | 0 | 1 | 136 | 21 | 73 | 131 | 54 |
| Binary | 11010100 | 11010010 | 1100 | 0 | 1 | 1011110 | 10001 | 111011 | 1011001 | 101100 |
Color Harmonies of #D4D20C
Complementary color
Monochromatic Colors of #D4D20C
Black with #D4D20C
Text Example
Text Example
White with #D4D20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D20C; }
p { color: rgb(212,210,12); }
H1.HeaderClassName
{
color: #D4D20C;
}
.AnyTagClassName
{
color: #D4D20C;
}
</style>
background-color css
<style>
a { background-color: #D4D20C; }
a { background-color: rgb(212,210,12); }
div.DivClassName
{
background-color: #D4D20C;
}
.BgClassName
{
background-color: #D4D20C;
}
</style>
border-color css
<style>
span { border-color: #D4D20C; }
span { border-color: rgb(212,210,12); }
td.TdClassName
{
border-color: #D4D20C;
}
.TagClassName
{
border-color: #D4D20C;
}
</style>