Shades of Bird Flower #DCD404
Tints of Bird Flower #DCD404
RGB
CMYK
RGB Variations
Color information
#DCD404 (or 0xDCD404) is known color: Bird Flower. HEX triplet: DC, D4 and 04. RGB value is (220,212,4). Sum of RGB (Red+Green+Blue) = 220+212+4=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 212 (83.20% from 255 or 48.62% from 436); Blue value is 4 (1.95% from 255 or 0.92% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD404 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD404 is #232BFB. Grayscale: #BFBFBF. Windows color (decimal): -2305020 or 316636. OLE color: 316636.
HSL color Cylindrical-coordinate representation of color #DCD404: hue angle of 57.78º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCD404 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 4 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.14 |
| HSL | 57.78º | 0.96% | 0.44% | - |
| HSV(B) | 57.78º | 0.98% | 0.86% | - |
| XYZ | 53.08 | 62.31 | 9.34 | - |
| YUV | 190.68 | 22.65 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 4 | 0 | 0.04 | 0.98 | 0.14 | 57.78 | 0.96 | 0.44 |
| Hex | DC | D4 | 4 | 0 | 4 | 62 | E | 3A | 60 | 2C |
| Octal | 334 | 324 | 4 | 0 | 4 | 142 | 16 | 72 | 140 | 54 |
| Binary | 11011100 | 11010100 | 100 | 0 | 100 | 1100010 | 1110 | 111010 | 1100000 | 101100 |
Color Harmonies of #DCD404
Complementary color
Monochromatic Colors of #DCD404
Black with #DCD404
Text Example
Text Example
White with #DCD404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD404; }
p { color: rgb(220,212,4); }
H1.HeaderClassName
{
color: #DCD404;
}
.AnyTagClassName
{
color: #DCD404;
}
</style>
background-color css
<style>
a { background-color: #DCD404; }
a { background-color: rgb(220,212,4); }
div.DivClassName
{
background-color: #DCD404;
}
.BgClassName
{
background-color: #DCD404;
}
</style>
border-color css
<style>
span { border-color: #DCD404; }
span { border-color: rgb(220,212,4); }
td.TdClassName
{
border-color: #DCD404;
}
.TagClassName
{
border-color: #DCD404;
}
</style>