Shades of Bird Flower #DFD101
Tints of Bird Flower #DFD101
RGB
CMYK
RGB Variations
Color information
#DFD101 (or 0xDFD101) is known color: Bird Flower. HEX triplet: DF, D1 and 01. RGB value is (223,209,1). Sum of RGB (Red+Green+Blue) = 223+209+1=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 209 (82.03% from 255 or 48.27% from 433); Blue value is 1 (0.78% from 255 or 0.23% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD101 is #202EFE. Grayscale: #BEBEBE. Windows color (decimal): -2109183 or 119263. OLE color: 119263.
HSL color Cylindrical-coordinate representation of color #DFD101: hue angle of 56.22º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DFD101 is Cyan = 0, Magento = 0.06, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 1 | - |
| CMYK | 0 | 0.06 | 1.00 | 0.13 |
| HSL | 56.22º | 0.99% | 0.44% | - |
| HSV(B) | 56.22º | 1% | 0.87% | - |
| XYZ | 53.24 | 61.29 | 9.05 | - |
| YUV | 189.47 | 21.64 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 1 | 0 | 0.06 | 1.00 | 0.13 | 56.22 | 0.99 | 0.44 |
| Hex | DF | D1 | 1 | 0 | 6 | 64 | D | 38 | 63 | 2C |
| Octal | 337 | 321 | 1 | 0 | 6 | 144 | 15 | 70 | 143 | 54 |
| Binary | 11011111 | 11010001 | 1 | 0 | 110 | 1100100 | 1101 | 111000 | 1100011 | 101100 |
Color Harmonies of #DFD101
Complementary color
Monochromatic Colors of #DFD101
Black with #DFD101
Text Example
Text Example
White with #DFD101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD101; }
p { color: rgb(223,209,1); }
H1.HeaderClassName
{
color: #DFD101;
}
.AnyTagClassName
{
color: #DFD101;
}
</style>
background-color css
<style>
a { background-color: #DFD101; }
a { background-color: rgb(223,209,1); }
div.DivClassName
{
background-color: #DFD101;
}
.BgClassName
{
background-color: #DFD101;
}
</style>
border-color css
<style>
span { border-color: #DFD101; }
span { border-color: rgb(223,209,1); }
td.TdClassName
{
border-color: #DFD101;
}
.TagClassName
{
border-color: #DFD101;
}
</style>