Shades of Bird Flower #DCD605
Tints of Bird Flower #DCD605
RGB
CMYK
RGB Variations
Color information
#DCD605 (or 0xDCD605) is known color: Bird Flower. HEX triplet: DC, D6 and 05. RGB value is (220,214,5). Sum of RGB (Red+Green+Blue) = 220+214+5=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 214 (83.98% from 255 or 48.75% from 439); Blue value is 5 (2.34% from 255 or 1.14% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD605 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD605 is #2329FA. Grayscale: #C0C0C0. Windows color (decimal): -2304507 or 382684. OLE color: 382684.
HSL color Cylindrical-coordinate representation of color #DCD605: hue angle of 58.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DCD605 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 5 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.14 |
| HSL | 58.33º | 0.96% | 0.44% | - |
| HSV(B) | 58.33º | 0.98% | 0.86% | - |
| XYZ | 53.59 | 63.32 | 9.54 | - |
| YUV | 191.97 | 22.49 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 5 | 0 | 0.03 | 0.98 | 0.14 | 58.33 | 0.96 | 0.44 |
| Hex | DC | D6 | 5 | 0 | 3 | 62 | E | 3A | 60 | 2C |
| Octal | 334 | 326 | 5 | 0 | 3 | 142 | 16 | 72 | 140 | 54 |
| Binary | 11011100 | 11010110 | 101 | 0 | 11 | 1100010 | 1110 | 111010 | 1100000 | 101100 |
Color Harmonies of #DCD605
Complementary color
Monochromatic Colors of #DCD605
Black with #DCD605
Text Example
Text Example
White with #DCD605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD605; }
p { color: rgb(220,214,5); }
H1.HeaderClassName
{
color: #DCD605;
}
.AnyTagClassName
{
color: #DCD605;
}
</style>
background-color css
<style>
a { background-color: #DCD605; }
a { background-color: rgb(220,214,5); }
div.DivClassName
{
background-color: #DCD605;
}
.BgClassName
{
background-color: #DCD605;
}
</style>
border-color css
<style>
span { border-color: #DCD605; }
span { border-color: rgb(220,214,5); }
td.TdClassName
{
border-color: #DCD605;
}
.TagClassName
{
border-color: #DCD605;
}
</style>