Shades of Bird Flower #DCD705
Tints of Bird Flower #DCD705
RGB
CMYK
RGB Variations
Color information
#DCD705 (or 0xDCD705) is known color: Bird Flower. HEX triplet: DC, D7 and 05. RGB value is (220,215,5). Sum of RGB (Red+Green+Blue) = 220+215+5=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 215 (84.38% from 255 or 48.86% from 440); Blue value is 5 (2.34% from 255 or 1.14% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD705 is #2328FA. Grayscale: #C1C1C1. Windows color (decimal): -2304251 or 382940. OLE color: 382940.
HSL color Cylindrical-coordinate representation of color #DCD705: hue angle of 58.6º 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 #DCD705 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 215 | 5 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.14 |
| HSL | 58.6º | 0.96% | 0.44% | - |
| HSV(B) | 58.6º | 0.98% | 0.86% | - |
| XYZ | 53.84 | 63.83 | 9.63 | - |
| YUV | 192.56 | 22.16 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 215 | 5 | 0 | 0.02 | 0.98 | 0.14 | 58.6 | 0.96 | 0.44 |
| Hex | DC | D7 | 5 | 0 | 2 | 62 | E | 3B | 60 | 2C |
| Octal | 334 | 327 | 5 | 0 | 2 | 142 | 16 | 73 | 140 | 54 |
| Binary | 11011100 | 11010111 | 101 | 0 | 10 | 1100010 | 1110 | 111011 | 1100000 | 101100 |
Color Harmonies of #DCD705
Complementary color
Monochromatic Colors of #DCD705
Black with #DCD705
Text Example
Text Example
White with #DCD705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCD705; }
p { color: rgb(220,215,5); }
H1.HeaderClassName
{
color: #DCD705;
}
.AnyTagClassName
{
color: #DCD705;
}
</style>
background-color css
<style>
a { background-color: #DCD705; }
a { background-color: rgb(220,215,5); }
div.DivClassName
{
background-color: #DCD705;
}
.BgClassName
{
background-color: #DCD705;
}
</style>
border-color css
<style>
span { border-color: #DCD705; }
span { border-color: rgb(220,215,5); }
td.TdClassName
{
border-color: #DCD705;
}
.TagClassName
{
border-color: #DCD705;
}
</style>