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