Shades of Bird Flower #DCD800
Tints of Bird Flower #DCD800
RGB
CMYK
RGB Variations
Color information
#DCD800 (or 0xDCD800) is known color: Bird Flower. HEX triplet: DC, D8 and 00. RGB value is (220,216,0). Sum of RGB (Red+Green+Blue) = 220+216+0=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 216 (84.77% from 255 or 49.54% from 436); Blue value is 0 (0.39% from 255 or 0% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD800 is #2327FF. Grayscale: #C1C1C1. Windows color (decimal): -2304000 or 55516. OLE color: 55516.
HSL color Cylindrical-coordinate representation of color #DCD800: hue angle of 58.91º 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 #DCD800 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.14 |
| HSL | 58.91º | 1% | 0.43% | - |
| HSV(B) | 58.91º | 1% | 0.86% | - |
| XYZ | 54.07 | 64.33 | 9.57 | - |
| YUV | 192.57 | 19.33 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 0 | 0 | 0.02 | 1 | 0.14 | 58.91 | 1 | 0.43 |
| Hex | DC | D8 | 0 | 0 | 2 | 64 | E | 3B | 64 | 2B |
| Octal | 334 | 330 | 0 | 0 | 2 | 144 | 16 | 73 | 144 | 53 |
| Binary | 11011100 | 11011000 | 0 | 0 | 10 | 1100100 | 1110 | 111011 | 1100100 | 101011 |
Color Harmonies of #DCD800
Complementary color
Monochromatic Colors of #DCD800
Black with #DCD800
Text Example
Text Example
White with #DCD800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD800; }
p { color: rgb(220,216,0); }
H1.HeaderClassName
{
color: #DCD800;
}
.AnyTagClassName
{
color: #DCD800;
}
</style>
background-color css
<style>
a { background-color: #DCD800; }
a { background-color: rgb(220,216,0); }
div.DivClassName
{
background-color: #DCD800;
}
.BgClassName
{
background-color: #DCD800;
}
</style>
border-color css
<style>
span { border-color: #DCD800; }
span { border-color: rgb(220,216,0); }
td.TdClassName
{
border-color: #DCD800;
}
.TagClassName
{
border-color: #DCD800;
}
</style>