Shades of Bird Flower #DCD906
Tints of Bird Flower #DCD906
RGB
CMYK
RGB Variations
Color information
#DCD906 (or 0xDCD906) is known color: Bird Flower. HEX triplet: DC, D9 and 06. RGB value is (220,217,6). Sum of RGB (Red+Green+Blue) = 220+217+6=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 6 (2.73% from 255 or 1.35% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD906 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD906 is #2326F9. Grayscale: #C2C2C2. Windows color (decimal): -2303738 or 448988. OLE color: 448988.
HSL color Cylindrical-coordinate representation of color #DCD906: hue angle of 59.16º 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 #DCD906 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 217 | 6 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.14 |
| HSL | 59.16º | 0.95% | 0.44% | - |
| HSV(B) | 59.16º | 0.97% | 0.86% | - |
| XYZ | 54.36 | 64.85 | 9.83 | - |
| YUV | 193.84 | 21.99 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 217 | 6 | 0 | 0.01 | 0.97 | 0.14 | 59.16 | 0.95 | 0.44 |
| Hex | DC | D9 | 6 | 0 | 1 | 61 | E | 3B | 5F | 2C |
| Octal | 334 | 331 | 6 | 0 | 1 | 141 | 16 | 73 | 137 | 54 |
| Binary | 11011100 | 11011001 | 110 | 0 | 1 | 1100001 | 1110 | 111011 | 1011111 | 101100 |
Color Harmonies of #DCD906
Complementary color
Monochromatic Colors of #DCD906
Black with #DCD906
Text Example
Text Example
White with #DCD906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD906; }
p { color: rgb(220,217,6); }
H1.HeaderClassName
{
color: #DCD906;
}
.AnyTagClassName
{
color: #DCD906;
}
</style>
background-color css
<style>
a { background-color: #DCD906; }
a { background-color: rgb(220,217,6); }
div.DivClassName
{
background-color: #DCD906;
}
.BgClassName
{
background-color: #DCD906;
}
</style>
border-color css
<style>
span { border-color: #DCD906; }
span { border-color: rgb(220,217,6); }
td.TdClassName
{
border-color: #DCD906;
}
.TagClassName
{
border-color: #DCD906;
}
</style>