Shades of Bird Flower #DCD801
Tints of Bird Flower #DCD801
RGB
CMYK
RGB Variations
Color information
#DCD801 (or 0xDCD801) is known color: Bird Flower. HEX triplet: DC, D8 and 01. RGB value is (220,216,1). Sum of RGB (Red+Green+Blue) = 220+216+1=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 216 (84.77% from 255 or 49.43% from 437); Blue value is 1 (0.78% from 255 or 0.23% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD801 is #2327FE. Grayscale: #C1C1C1. Windows color (decimal): -2303999 or 121052. OLE color: 121052.
HSL color Cylindrical-coordinate representation of color #DCD801: hue angle of 58.9º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DCD801 is Cyan = 0, Magento = 0.02, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 216 | 1 | - |
| CMYK | 0 | 0.02 | 1.00 | 0.14 |
| HSL | 58.9º | 0.99% | 0.43% | - |
| HSV(B) | 58.9º | 1% | 0.86% | - |
| XYZ | 54.08 | 64.33 | 9.6 | - |
| YUV | 192.69 | 19.83 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 216 | 1 | 0 | 0.02 | 1.00 | 0.14 | 58.9 | 0.99 | 0.43 |
| Hex | DC | D8 | 1 | 0 | 2 | 64 | E | 3B | 63 | 2B |
| Octal | 334 | 330 | 1 | 0 | 2 | 144 | 16 | 73 | 143 | 53 |
| Binary | 11011100 | 11011000 | 1 | 0 | 10 | 1100100 | 1110 | 111011 | 1100011 | 101011 |
Color Harmonies of #DCD801
Complementary color
Monochromatic Colors of #DCD801
Black with #DCD801
Text Example
Text Example
White with #DCD801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD801; }
p { color: rgb(220,216,1); }
H1.HeaderClassName
{
color: #DCD801;
}
.AnyTagClassName
{
color: #DCD801;
}
</style>
background-color css
<style>
a { background-color: #DCD801; }
a { background-color: rgb(220,216,1); }
div.DivClassName
{
background-color: #DCD801;
}
.BgClassName
{
background-color: #DCD801;
}
</style>
border-color css
<style>
span { border-color: #DCD801; }
span { border-color: rgb(220,216,1); }
td.TdClassName
{
border-color: #DCD801;
}
.TagClassName
{
border-color: #DCD801;
}
</style>