Shades of Bird Flower #D4D80C
Tints of Bird Flower #D4D80C
RGB
CMYK
RGB Variations
Color information
#D4D80C (or 0xD4D80C) is known color: Bird Flower. HEX triplet: D4, D8 and 0C. RGB value is (212,216,12). Sum of RGB (Red+Green+Blue) = 212+216+12=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 216 (84.77% from 255 or 49.09% from 440); Blue value is 12 (5.08% from 255 or 2.73% from 440); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D80C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4D80C is #2B27F3. Grayscale: #C0C0C0. Windows color (decimal): -2828276 or 841940. OLE color: 841940.
HSL color Cylindrical-coordinate representation of color #D4D80C: hue angle of 61.18º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4D80C is Cyan = 0.02, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 212 | 216 | 12 | - |
| CMYK | 0.02 | 0 | 0.94 | 0.15 |
| HSL | 61.18º | 0.89% | 0.45% | - |
| HSV(B) | 61.18º | 0.94% | 0.85% | - |
| XYZ | 51.77 | 63.14 | 9.81 | - |
| YUV | 191.55 | 26.67 | 142.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 216 | 12 | 0.02 | 0 | 0.94 | 0.15 | 61.18 | 0.89 | 0.45 |
| Hex | D4 | D8 | C | 2 | 0 | 5E | F | 3D | 59 | 2D |
| Octal | 324 | 330 | 14 | 2 | 0 | 136 | 17 | 75 | 131 | 55 |
| Binary | 11010100 | 11011000 | 1100 | 10 | 0 | 1011110 | 1111 | 111101 | 1011001 | 101101 |
Color Harmonies of #D4D80C
Complementary color
Monochromatic Colors of #D4D80C
Black with #D4D80C
Text Example
Text Example
White with #D4D80C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D80C; }
p { color: rgb(212,216,12); }
H1.HeaderClassName
{
color: #D4D80C;
}
.AnyTagClassName
{
color: #D4D80C;
}
</style>
background-color css
<style>
a { background-color: #D4D80C; }
a { background-color: rgb(212,216,12); }
div.DivClassName
{
background-color: #D4D80C;
}
.BgClassName
{
background-color: #D4D80C;
}
</style>
border-color css
<style>
span { border-color: #D4D80C; }
span { border-color: rgb(212,216,12); }
td.TdClassName
{
border-color: #D4D80C;
}
.TagClassName
{
border-color: #D4D80C;
}
</style>