Shades of Bird Flower #DFD502
Tints of Bird Flower #DFD502
RGB
CMYK
RGB Variations
Color information
#DFD502 (or 0xDFD502) is known color: Bird Flower. HEX triplet: DF, D5 and 02. RGB value is (223,213,2). Sum of RGB (Red+Green+Blue) = 223+213+2=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 213 (83.59% from 255 or 48.63% from 438); Blue value is 2 (1.17% from 255 or 0.46% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD502 is #202AFD. Grayscale: #C0C0C0. Windows color (decimal): -2108158 or 185823. OLE color: 185823.
HSL color Cylindrical-coordinate representation of color #DFD502: hue angle of 57.29º 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 #DFD502 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 213 | 2 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.13 |
| HSL | 57.29º | 0.98% | 0.44% | - |
| HSV(B) | 57.29º | 0.99% | 0.87% | - |
| XYZ | 54.24 | 63.28 | 9.41 | - |
| YUV | 191.94 | 20.81 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 213 | 2 | 0 | 0.04 | 0.99 | 0.13 | 57.29 | 0.98 | 0.44 |
| Hex | DF | D5 | 2 | 0 | 4 | 63 | D | 39 | 62 | 2C |
| Octal | 337 | 325 | 2 | 0 | 4 | 143 | 15 | 71 | 142 | 54 |
| Binary | 11011111 | 11010101 | 10 | 0 | 100 | 1100011 | 1101 | 111001 | 1100010 | 101100 |
Color Harmonies of #DFD502
Complementary color
Monochromatic Colors of #DFD502
Black with #DFD502
Text Example
Text Example
White with #DFD502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD502; }
p { color: rgb(223,213,2); }
H1.HeaderClassName
{
color: #DFD502;
}
.AnyTagClassName
{
color: #DFD502;
}
</style>
background-color css
<style>
a { background-color: #DFD502; }
a { background-color: rgb(223,213,2); }
div.DivClassName
{
background-color: #DFD502;
}
.BgClassName
{
background-color: #DFD502;
}
</style>
border-color css
<style>
span { border-color: #DFD502; }
span { border-color: rgb(223,213,2); }
td.TdClassName
{
border-color: #DFD502;
}
.TagClassName
{
border-color: #DFD502;
}
</style>