Shades of Bird Flower #DCD506
Tints of Bird Flower #DCD506
RGB
CMYK
RGB Variations
Color information
#DCD506 (or 0xDCD506) is known color: Bird Flower. HEX triplet: DC, D5 and 06. RGB value is (220,213,6). Sum of RGB (Red+Green+Blue) = 220+213+6=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 6 (2.73% from 255 or 1.37% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD506 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD506 is #232AF9. Grayscale: #C0C0C0. Windows color (decimal): -2304762 or 447964. OLE color: 447964.
HSL color Cylindrical-coordinate representation of color #DCD506: hue angle of 58.04º 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 #DCD506 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 213 | 6 | - |
| CMYK | 0 | 0.03 | 0.97 | 0.14 |
| HSL | 58.04º | 0.95% | 0.44% | - |
| HSV(B) | 58.04º | 0.97% | 0.86% | - |
| XYZ | 53.34 | 62.82 | 9.49 | - |
| YUV | 191.5 | 23.32 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 213 | 6 | 0 | 0.03 | 0.97 | 0.14 | 58.04 | 0.95 | 0.44 |
| Hex | DC | D5 | 6 | 0 | 3 | 61 | E | 3A | 5F | 2C |
| Octal | 334 | 325 | 6 | 0 | 3 | 141 | 16 | 72 | 137 | 54 |
| Binary | 11011100 | 11010101 | 110 | 0 | 11 | 1100001 | 1110 | 111010 | 1011111 | 101100 |
Color Harmonies of #DCD506
Complementary color
Monochromatic Colors of #DCD506
Black with #DCD506
Text Example
Text Example
White with #DCD506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD506; }
p { color: rgb(220,213,6); }
H1.HeaderClassName
{
color: #DCD506;
}
.AnyTagClassName
{
color: #DCD506;
}
</style>
background-color css
<style>
a { background-color: #DCD506; }
a { background-color: rgb(220,213,6); }
div.DivClassName
{
background-color: #DCD506;
}
.BgClassName
{
background-color: #DCD506;
}
</style>
border-color css
<style>
span { border-color: #DCD506; }
span { border-color: rgb(220,213,6); }
td.TdClassName
{
border-color: #DCD506;
}
.TagClassName
{
border-color: #DCD506;
}
</style>