Shades of Bird Flower #DCD000
Tints of Bird Flower #DCD000
RGB
CMYK
RGB Variations
Color information
#DCD000 (or 0xDCD000) is known color: Bird Flower. HEX triplet: DC, D0 and 00. RGB value is (220,208,0). Sum of RGB (Red+Green+Blue) = 220+208+0=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 208 (81.64% from 255 or 48.60% from 428); Blue value is 0 (0.39% from 255 or 0% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD000 is #232FFF. Grayscale: #BCBCBC. Windows color (decimal): -2306048 or 53468. OLE color: 53468.
HSL color Cylindrical-coordinate representation of color #DCD000: hue angle of 56.73º 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 #DCD000 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.14 |
| HSL | 56.73º | 1% | 0.43% | - |
| HSV(B) | 56.73º | 1% | 0.86% | - |
| XYZ | 52.07 | 60.33 | 8.9 | - |
| YUV | 187.88 | 21.98 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 0 | 0 | 0.05 | 1 | 0.14 | 56.73 | 1 | 0.43 |
| Hex | DC | D0 | 0 | 0 | 5 | 64 | E | 39 | 64 | 2B |
| Octal | 334 | 320 | 0 | 0 | 5 | 144 | 16 | 71 | 144 | 53 |
| Binary | 11011100 | 11010000 | 0 | 0 | 101 | 1100100 | 1110 | 111001 | 1100100 | 101011 |
Color Harmonies of #DCD000
Complementary color
Monochromatic Colors of #DCD000
Black with #DCD000
Text Example
Text Example
White with #DCD000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD000; }
p { color: rgb(220,208,0); }
H1.HeaderClassName
{
color: #DCD000;
}
.AnyTagClassName
{
color: #DCD000;
}
</style>
background-color css
<style>
a { background-color: #DCD000; }
a { background-color: rgb(220,208,0); }
div.DivClassName
{
background-color: #DCD000;
}
.BgClassName
{
background-color: #DCD000;
}
</style>
border-color css
<style>
span { border-color: #DCD000; }
span { border-color: rgb(220,208,0); }
td.TdClassName
{
border-color: #DCD000;
}
.TagClassName
{
border-color: #DCD000;
}
</style>