Shades of Bird Flower #DCD900
Tints of Bird Flower #DCD900
RGB
CMYK
RGB Variations
Color information
#DCD900 (or 0xDCD900) is known color: Bird Flower. HEX triplet: DC, D9 and 00. RGB value is (220,217,0). Sum of RGB (Red+Green+Blue) = 220+217+0=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 0 (0.39% from 255 or 0% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD900 is #2326FF. Grayscale: #C2C2C2. Windows color (decimal): -2303744 or 55772. OLE color: 55772.
HSL color Cylindrical-coordinate representation of color #DCD900: hue angle of 59.18º 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 #DCD900 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 0 | - |
| CMYK | 0 | 0.01 | 1 | 0.14 |
| HSL | 59.18º | 1% | 0.43% | - |
| HSV(B) | 59.18º | 1% | 0.86% | - |
| XYZ | 54.33 | 64.84 | 9.65 | - |
| YUV | 193.16 | 18.99 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 0 | 0 | 0.01 | 1 | 0.14 | 59.18 | 1 | 0.43 |
| Hex | DC | D9 | 0 | 0 | 1 | 64 | E | 3B | 64 | 2B |
| Octal | 334 | 331 | 0 | 0 | 1 | 144 | 16 | 73 | 144 | 53 |
| Binary | 11011100 | 11011001 | 0 | 0 | 1 | 1100100 | 1110 | 111011 | 1100100 | 101011 |
Color Harmonies of #DCD900
Complementary color
Monochromatic Colors of #DCD900
Black with #DCD900
Text Example
Text Example
White with #DCD900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD900; }
p { color: rgb(220,217,0); }
H1.HeaderClassName
{
color: #DCD900;
}
.AnyTagClassName
{
color: #DCD900;
}
</style>
background-color css
<style>
a { background-color: #DCD900; }
a { background-color: rgb(220,217,0); }
div.DivClassName
{
background-color: #DCD900;
}
.BgClassName
{
background-color: #DCD900;
}
</style>
border-color css
<style>
span { border-color: #DCD900; }
span { border-color: rgb(220,217,0); }
td.TdClassName
{
border-color: #DCD900;
}
.TagClassName
{
border-color: #DCD900;
}
</style>