Shades of Bird Flower #DCD400
Tints of Bird Flower #DCD400
RGB
CMYK
RGB Variations
Color information
#DCD400 (or 0xDCD400) is known color: Bird Flower. HEX triplet: DC, D4 and 00. RGB value is (220,212,0). Sum of RGB (Red+Green+Blue) = 220+212+0=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 212 (83.20% from 255 or 49.07% from 432); Blue value is 0 (0.39% from 255 or 0% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD400 is #232BFF. Grayscale: #BFBFBF. Windows color (decimal): -2305024 or 54492. OLE color: 54492.
HSL color Cylindrical-coordinate representation of color #DCD400: hue angle of 57.82º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCD400 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 212 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.14 |
| HSL | 57.82º | 1% | 0.43% | - |
| HSV(B) | 57.82º | 1% | 0.86% | - |
| XYZ | 53.06 | 62.3 | 9.23 | - |
| YUV | 190.22 | 20.65 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 212 | 0 | 0 | 0.04 | 1 | 0.14 | 57.82 | 1 | 0.43 |
| Hex | DC | D4 | 0 | 0 | 4 | 64 | E | 3A | 64 | 2B |
| Octal | 334 | 324 | 0 | 0 | 4 | 144 | 16 | 72 | 144 | 53 |
| Binary | 11011100 | 11010100 | 0 | 0 | 100 | 1100100 | 1110 | 111010 | 1100100 | 101011 |
Color Harmonies of #DCD400
Complementary color
Monochromatic Colors of #DCD400
Black with #DCD400
Text Example
Text Example
White with #DCD400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD400; }
p { color: rgb(220,212,0); }
H1.HeaderClassName
{
color: #DCD400;
}
.AnyTagClassName
{
color: #DCD400;
}
</style>
background-color css
<style>
a { background-color: #DCD400; }
a { background-color: rgb(220,212,0); }
div.DivClassName
{
background-color: #DCD400;
}
.BgClassName
{
background-color: #DCD400;
}
</style>
border-color css
<style>
span { border-color: #DCD400; }
span { border-color: rgb(220,212,0); }
td.TdClassName
{
border-color: #DCD400;
}
.TagClassName
{
border-color: #DCD400;
}
</style>