Shades of Bird Flower #D4C404
Tints of Bird Flower #D4C404
RGB
CMYK
RGB Variations
Color information
#D4C404 (or 0xD4C404) is known color: Bird Flower. HEX triplet: D4, C4 and 04. RGB value is (212,196,4). Sum of RGB (Red+Green+Blue) = 212+196+4=412 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.46% from 412); Green value is 196 (76.95% from 255 or 47.57% from 412); Blue value is 4 (1.95% from 255 or 0.97% from 412); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C404 is #2B3BFB. Grayscale: #B3B3B3. Windows color (decimal): -2833404 or 312532. OLE color: 312532.
HSL color Cylindrical-coordinate representation of color #D4C404: hue angle of 55.38º 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 #D4C404 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 196 | 4 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.17 |
| HSL | 55.38º | 0.96% | 0.42% | - |
| HSV(B) | 55.38º | 0.98% | 0.83% | - |
| XYZ | 46.91 | 53.49 | 7.97 | - |
| YUV | 178.9 | 29.3 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 196 | 4 | 0 | 0.08 | 0.98 | 0.17 | 55.38 | 0.96 | 0.42 |
| Hex | D4 | C4 | 4 | 0 | 8 | 62 | 11 | 37 | 60 | 2A |
| Octal | 324 | 304 | 4 | 0 | 10 | 142 | 21 | 67 | 140 | 52 |
| Binary | 11010100 | 11000100 | 100 | 0 | 1000 | 1100010 | 10001 | 110111 | 1100000 | 101010 |
Color Harmonies of #D4C404
Complementary color
Monochromatic Colors of #D4C404
Black with #D4C404
Text Example
Text Example
White with #D4C404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C404; }
p { color: rgb(212,196,4); }
H1.HeaderClassName
{
color: #D4C404;
}
.AnyTagClassName
{
color: #D4C404;
}
</style>
background-color css
<style>
a { background-color: #D4C404; }
a { background-color: rgb(212,196,4); }
div.DivClassName
{
background-color: #D4C404;
}
.BgClassName
{
background-color: #D4C404;
}
</style>
border-color css
<style>
span { border-color: #D4C404; }
span { border-color: rgb(212,196,4); }
td.TdClassName
{
border-color: #D4C404;
}
.TagClassName
{
border-color: #D4C404;
}
</style>