Shades of Bird Flower #DFD403
Tints of Bird Flower #DFD403
RGB
CMYK
RGB Variations
Color information
#DFD403 (or 0xDFD403) is known color: Bird Flower. HEX triplet: DF, D4 and 03. RGB value is (223,212,3). Sum of RGB (Red+Green+Blue) = 223+212+3=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 3 (1.56% from 255 or 0.68% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD403 is #202BFC. Grayscale: #C0C0C0. Windows color (decimal): -2108413 or 251103. OLE color: 251103.
HSL color Cylindrical-coordinate representation of color #DFD403: hue angle of 57º degrees, saturation: 0.97, 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 #DFD403 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 212 | 3 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.13 |
| HSL | 57º | 0.97% | 0.44% | - |
| HSV(B) | 57º | 0.99% | 0.87% | - |
| XYZ | 53.99 | 62.78 | 9.36 | - |
| YUV | 191.46 | 21.64 | 150.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 212 | 3 | 0 | 0.05 | 0.99 | 0.13 | 57 | 0.97 | 0.44 |
| Hex | DF | D4 | 3 | 0 | 5 | 63 | D | 39 | 61 | 2C |
| Octal | 337 | 324 | 3 | 0 | 5 | 143 | 15 | 71 | 141 | 54 |
| Binary | 11011111 | 11010100 | 11 | 0 | 101 | 1100011 | 1101 | 111001 | 1100001 | 101100 |
Color Harmonies of #DFD403
Complementary color
Monochromatic Colors of #DFD403
Black with #DFD403
Text Example
Text Example
White with #DFD403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD403; }
p { color: rgb(223,212,3); }
H1.HeaderClassName
{
color: #DFD403;
}
.AnyTagClassName
{
color: #DFD403;
}
</style>
background-color css
<style>
a { background-color: #DFD403; }
a { background-color: rgb(223,212,3); }
div.DivClassName
{
background-color: #DFD403;
}
.BgClassName
{
background-color: #DFD403;
}
</style>
border-color css
<style>
span { border-color: #DFD403; }
span { border-color: rgb(223,212,3); }
td.TdClassName
{
border-color: #DFD403;
}
.TagClassName
{
border-color: #DFD403;
}
</style>