Shades of Bird Flower #DCD005
Tints of Bird Flower #DCD005
RGB
CMYK
RGB Variations
Color information
#DCD005 (or 0xDCD005) is known color: Bird Flower. HEX triplet: DC, D0 and 05. RGB value is (220,208,5). Sum of RGB (Red+Green+Blue) = 220+208+5=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 5 (2.34% from 255 or 1.15% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD005 is #232FFA. Grayscale: #BDBDBD. Windows color (decimal): -2306043 or 381148. OLE color: 381148.
HSL color Cylindrical-coordinate representation of color #DCD005: hue angle of 56.65º 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 #DCD005 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 208 | 5 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.14 |
| HSL | 56.65º | 0.96% | 0.44% | - |
| HSV(B) | 56.65º | 0.98% | 0.86% | - |
| XYZ | 52.1 | 60.34 | 9.04 | - |
| YUV | 188.45 | 24.48 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 208 | 5 | 0 | 0.05 | 0.98 | 0.14 | 56.65 | 0.96 | 0.44 |
| Hex | DC | D0 | 5 | 0 | 5 | 62 | E | 39 | 60 | 2C |
| Octal | 334 | 320 | 5 | 0 | 5 | 142 | 16 | 71 | 140 | 54 |
| Binary | 11011100 | 11010000 | 101 | 0 | 101 | 1100010 | 1110 | 111001 | 1100000 | 101100 |
Color Harmonies of #DCD005
Complementary color
Monochromatic Colors of #DCD005
Black with #DCD005
Text Example
Text Example
White with #DCD005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD005; }
p { color: rgb(220,208,5); }
H1.HeaderClassName
{
color: #DCD005;
}
.AnyTagClassName
{
color: #DCD005;
}
</style>
background-color css
<style>
a { background-color: #DCD005; }
a { background-color: rgb(220,208,5); }
div.DivClassName
{
background-color: #DCD005;
}
.BgClassName
{
background-color: #DCD005;
}
</style>
border-color css
<style>
span { border-color: #DCD005; }
span { border-color: rgb(220,208,5); }
td.TdClassName
{
border-color: #DCD005;
}
.TagClassName
{
border-color: #DCD005;
}
</style>