Shades of Bird Flower #DFD401
Tints of Bird Flower #DFD401
RGB
CMYK
RGB Variations
Color information
#DFD401 (or 0xDFD401) is known color: Bird Flower. HEX triplet: DF, D4 and 01. RGB value is (223,212,1). Sum of RGB (Red+Green+Blue) = 223+212+1=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 212 (83.20% from 255 or 48.62% from 436); Blue value is 1 (0.78% from 255 or 0.23% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD401 is #202BFE. Grayscale: #C0C0C0. Windows color (decimal): -2108415 or 120031. OLE color: 120031.
HSL color Cylindrical-coordinate representation of color #DFD401: hue angle of 57.03º 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 #DFD401 is Cyan = 0, Magento = 0.05, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 1 | - |
| CMYK | 0 | 0.05 | 1.00 | 0.13 |
| HSL | 57.03º | 0.99% | 0.44% | - |
| HSV(B) | 57.03º | 1% | 0.87% | - |
| XYZ | 53.98 | 62.78 | 9.3 | - |
| YUV | 191.24 | 20.64 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 1 | 0 | 0.05 | 1.00 | 0.13 | 57.03 | 0.99 | 0.44 |
| Hex | DF | D4 | 1 | 0 | 5 | 64 | D | 39 | 63 | 2C |
| Octal | 337 | 324 | 1 | 0 | 5 | 144 | 15 | 71 | 143 | 54 |
| Binary | 11011111 | 11010100 | 1 | 0 | 101 | 1100100 | 1101 | 111001 | 1100011 | 101100 |
Color Harmonies of #DFD401
Complementary color
Monochromatic Colors of #DFD401
Black with #DFD401
Text Example
Text Example
White with #DFD401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD401; }
p { color: rgb(223,212,1); }
H1.HeaderClassName
{
color: #DFD401;
}
.AnyTagClassName
{
color: #DFD401;
}
</style>
background-color css
<style>
a { background-color: #DFD401; }
a { background-color: rgb(223,212,1); }
div.DivClassName
{
background-color: #DFD401;
}
.BgClassName
{
background-color: #DFD401;
}
</style>
border-color css
<style>
span { border-color: #DFD401; }
span { border-color: rgb(223,212,1); }
td.TdClassName
{
border-color: #DFD401;
}
.TagClassName
{
border-color: #DFD401;
}
</style>