Shades of Bird Flower #DFD402
Tints of Bird Flower #DFD402
RGB
CMYK
RGB Variations
Color information
#DFD402 (or 0xDFD402) is known color: Bird Flower. HEX triplet: DF, D4 and 02. RGB value is (223,212,2). Sum of RGB (Red+Green+Blue) = 223+212+2=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 212 (83.20% from 255 or 48.51% from 437); Blue value is 2 (1.17% from 255 or 0.46% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD402 is #202BFD. Grayscale: #C0C0C0. Windows color (decimal): -2108414 or 185567. OLE color: 185567.
HSL color Cylindrical-coordinate representation of color #DFD402: hue angle of 57.01º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DFD402 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 2 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.13 |
| HSL | 57.01º | 0.98% | 0.44% | - |
| HSV(B) | 57.01º | 0.99% | 0.87% | - |
| XYZ | 53.99 | 62.78 | 9.33 | - |
| YUV | 191.35 | 21.14 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 2 | 0 | 0.05 | 0.99 | 0.13 | 57.01 | 0.98 | 0.44 |
| Hex | DF | D4 | 2 | 0 | 5 | 63 | D | 39 | 62 | 2C |
| Octal | 337 | 324 | 2 | 0 | 5 | 143 | 15 | 71 | 142 | 54 |
| Binary | 11011111 | 11010100 | 10 | 0 | 101 | 1100011 | 1101 | 111001 | 1100010 | 101100 |
Color Harmonies of #DFD402
Complementary color
Monochromatic Colors of #DFD402
Black with #DFD402
Text Example
Text Example
White with #DFD402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD402; }
p { color: rgb(223,212,2); }
H1.HeaderClassName
{
color: #DFD402;
}
.AnyTagClassName
{
color: #DFD402;
}
</style>
background-color css
<style>
a { background-color: #DFD402; }
a { background-color: rgb(223,212,2); }
div.DivClassName
{
background-color: #DFD402;
}
.BgClassName
{
background-color: #DFD402;
}
</style>
border-color css
<style>
span { border-color: #DFD402; }
span { border-color: rgb(223,212,2); }
td.TdClassName
{
border-color: #DFD402;
}
.TagClassName
{
border-color: #DFD402;
}
</style>