Shades of Bird Flower #DFD505
Tints of Bird Flower #DFD505
RGB
CMYK
RGB Variations
Color information
#DFD505 (or 0xDFD505) is known color: Bird Flower. HEX triplet: DF, D5 and 05. RGB value is (223,213,5). Sum of RGB (Red+Green+Blue) = 223+213+5=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 5 (2.34% from 255 or 1.13% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD505 is #202AFA. Grayscale: #C1C1C1. Windows color (decimal): -2108155 or 382431. OLE color: 382431.
HSL color Cylindrical-coordinate representation of color #DFD505: hue angle of 57.25º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DFD505 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 5 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.13 |
| HSL | 57.25º | 0.96% | 0.45% | - |
| HSV(B) | 57.25º | 0.98% | 0.87% | - |
| XYZ | 54.25 | 63.29 | 9.5 | - |
| YUV | 192.28 | 22.31 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 5 | 0 | 0.04 | 0.98 | 0.13 | 57.25 | 0.96 | 0.45 |
| Hex | DF | D5 | 5 | 0 | 4 | 62 | D | 39 | 60 | 2D |
| Octal | 337 | 325 | 5 | 0 | 4 | 142 | 15 | 71 | 140 | 55 |
| Binary | 11011111 | 11010101 | 101 | 0 | 100 | 1100010 | 1101 | 111001 | 1100000 | 101101 |
Color Harmonies of #DFD505
Complementary color
Monochromatic Colors of #DFD505
Black with #DFD505
Text Example
Text Example
White with #DFD505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD505; }
p { color: rgb(223,213,5); }
H1.HeaderClassName
{
color: #DFD505;
}
.AnyTagClassName
{
color: #DFD505;
}
</style>
background-color css
<style>
a { background-color: #DFD505; }
a { background-color: rgb(223,213,5); }
div.DivClassName
{
background-color: #DFD505;
}
.BgClassName
{
background-color: #DFD505;
}
</style>
border-color css
<style>
span { border-color: #DFD505; }
span { border-color: rgb(223,213,5); }
td.TdClassName
{
border-color: #DFD505;
}
.TagClassName
{
border-color: #DFD505;
}
</style>