Shades of Bird Flower #DCD501
Tints of Bird Flower #DCD501
RGB
CMYK
RGB Variations
Color information
#DCD501 (or 0xDCD501) is known color: Bird Flower. HEX triplet: DC, D5 and 01. RGB value is (220,213,1). Sum of RGB (Red+Green+Blue) = 220+213+1=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 1 (0.78% from 255 or 0.23% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD501 is #232AFE. Grayscale: #BFBFBF. Windows color (decimal): -2304767 or 120284. OLE color: 120284.
HSL color Cylindrical-coordinate representation of color #DCD501: hue angle of 58.08º 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 #DCD501 is Cyan = 0, Magento = 0.03, Yellow = 1.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 1 | - |
| CMYK | 0 | 0.03 | 1.00 | 0.14 |
| HSL | 58.08º | 0.99% | 0.43% | - |
| HSV(B) | 58.08º | 1% | 0.86% | - |
| XYZ | 53.31 | 62.81 | 9.34 | - |
| YUV | 190.93 | 20.82 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 1 | 0 | 0.03 | 1.00 | 0.14 | 58.08 | 0.99 | 0.43 |
| Hex | DC | D5 | 1 | 0 | 3 | 64 | E | 3A | 63 | 2B |
| Octal | 334 | 325 | 1 | 0 | 3 | 144 | 16 | 72 | 143 | 53 |
| Binary | 11011100 | 11010101 | 1 | 0 | 11 | 1100100 | 1110 | 111010 | 1100011 | 101011 |
Color Harmonies of #DCD501
Complementary color
Monochromatic Colors of #DCD501
Black with #DCD501
Text Example
Text Example
White with #DCD501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD501; }
p { color: rgb(220,213,1); }
H1.HeaderClassName
{
color: #DCD501;
}
.AnyTagClassName
{
color: #DCD501;
}
</style>
background-color css
<style>
a { background-color: #DCD501; }
a { background-color: rgb(220,213,1); }
div.DivClassName
{
background-color: #DCD501;
}
.BgClassName
{
background-color: #DCD501;
}
</style>
border-color css
<style>
span { border-color: #DCD501; }
span { border-color: rgb(220,213,1); }
td.TdClassName
{
border-color: #DCD501;
}
.TagClassName
{
border-color: #DCD501;
}
</style>