Shades of Bird Flower #DCD606
Tints of Bird Flower #DCD606
RGB
CMYK
RGB Variations
Color information
#DCD606 (or 0xDCD606) is known color: Bird Flower. HEX triplet: DC, D6 and 06. RGB value is (220,214,6). Sum of RGB (Red+Green+Blue) = 220+214+6=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 214 (83.98% from 255 or 48.64% from 440); Blue value is 6 (2.73% from 255 or 1.36% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD606 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD606 is #2329F9. Grayscale: #C0C0C0. Windows color (decimal): -2304506 or 448220. OLE color: 448220.
HSL color Cylindrical-coordinate representation of color #DCD606: hue angle of 58.32º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DCD606 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 214 | 6 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.14 |
| HSL | 58.32º | 0.95% | 0.44% | - |
| HSV(B) | 58.32º | 0.97% | 0.86% | - |
| XYZ | 53.59 | 63.32 | 9.57 | - |
| YUV | 192.08 | 22.99 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 214 | 6 | 0 | 0.03 | 0.97 | 0.14 | 58.32 | 0.95 | 0.44 |
| Hex | DC | D6 | 6 | 0 | 3 | 61 | E | 3A | 5F | 2C |
| Octal | 334 | 326 | 6 | 0 | 3 | 141 | 16 | 72 | 137 | 54 |
| Binary | 11011100 | 11010110 | 110 | 0 | 11 | 1100001 | 1110 | 111010 | 1011111 | 101100 |
Color Harmonies of #DCD606
Complementary color
Monochromatic Colors of #DCD606
Black with #DCD606
Text Example
Text Example
White with #DCD606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD606; }
p { color: rgb(220,214,6); }
H1.HeaderClassName
{
color: #DCD606;
}
.AnyTagClassName
{
color: #DCD606;
}
</style>
background-color css
<style>
a { background-color: #DCD606; }
a { background-color: rgb(220,214,6); }
div.DivClassName
{
background-color: #DCD606;
}
.BgClassName
{
background-color: #DCD606;
}
</style>
border-color css
<style>
span { border-color: #DCD606; }
span { border-color: rgb(220,214,6); }
td.TdClassName
{
border-color: #DCD606;
}
.TagClassName
{
border-color: #DCD606;
}
</style>