Shades of Bird Flower #D4C804
Tints of Bird Flower #D4C804
RGB
CMYK
RGB Variations
Color information
#D4C804 (or 0xD4C804) is known color: Bird Flower. HEX triplet: D4, C8 and 04. RGB value is (212,200,4). Sum of RGB (Red+Green+Blue) = 212+200+4=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 200 (78.52% from 255 or 48.08% from 416); Blue value is 4 (1.95% from 255 or 0.96% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C804 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C804 is #2B37FB. Grayscale: #B6B6B6. Windows color (decimal): -2832380 or 313556. OLE color: 313556.
HSL color Cylindrical-coordinate representation of color #D4C804: hue angle of 56.54º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4C804 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 200 | 4 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.17 |
| HSL | 56.54º | 0.96% | 0.42% | - |
| HSV(B) | 56.54º | 0.98% | 0.83% | - |
| XYZ | 47.83 | 55.31 | 8.27 | - |
| YUV | 181.24 | 27.98 | 149.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 200 | 4 | 0 | 0.06 | 0.98 | 0.17 | 56.54 | 0.96 | 0.42 |
| Hex | D4 | C8 | 4 | 0 | 6 | 62 | 11 | 39 | 60 | 2A |
| Octal | 324 | 310 | 4 | 0 | 6 | 142 | 21 | 71 | 140 | 52 |
| Binary | 11010100 | 11001000 | 100 | 0 | 110 | 1100010 | 10001 | 111001 | 1100000 | 101010 |
Color Harmonies of #D4C804
Complementary color
Monochromatic Colors of #D4C804
Black with #D4C804
Text Example
Text Example
White with #D4C804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C804; }
p { color: rgb(212,200,4); }
H1.HeaderClassName
{
color: #D4C804;
}
.AnyTagClassName
{
color: #D4C804;
}
</style>
background-color css
<style>
a { background-color: #D4C804; }
a { background-color: rgb(212,200,4); }
div.DivClassName
{
background-color: #D4C804;
}
.BgClassName
{
background-color: #D4C804;
}
</style>
border-color css
<style>
span { border-color: #D4C804; }
span { border-color: rgb(212,200,4); }
td.TdClassName
{
border-color: #D4C804;
}
.TagClassName
{
border-color: #D4C804;
}
</style>