Shades of Bird Flower #DFD202
Tints of Bird Flower #DFD202
RGB
CMYK
RGB Variations
Color information
#DFD202 (or 0xDFD202) is known color: Bird Flower. HEX triplet: DF, D2 and 02. RGB value is (223,210,2). Sum of RGB (Red+Green+Blue) = 223+210+2=435 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.26% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 2 (1.17% from 255 or 0.46% from 435); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD202 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD202 is #202DFD. Grayscale: #BFBFBF. Windows color (decimal): -2108926 or 185055. OLE color: 185055.
HSL color Cylindrical-coordinate representation of color #DFD202: hue angle of 56.47º 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 #DFD202 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 210 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.13 |
| HSL | 56.47º | 0.98% | 0.44% | - |
| HSV(B) | 56.47º | 0.99% | 0.87% | - |
| XYZ | 53.49 | 61.79 | 9.16 | - |
| YUV | 190.18 | 21.81 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 210 | 2 | 0 | 0.06 | 0.99 | 0.13 | 56.47 | 0.98 | 0.44 |
| Hex | DF | D2 | 2 | 0 | 6 | 63 | D | 38 | 62 | 2C |
| Octal | 337 | 322 | 2 | 0 | 6 | 143 | 15 | 70 | 142 | 54 |
| Binary | 11011111 | 11010010 | 10 | 0 | 110 | 1100011 | 1101 | 111000 | 1100010 | 101100 |
Color Harmonies of #DFD202
Complementary color
Monochromatic Colors of #DFD202
Black with #DFD202
Text Example
Text Example
White with #DFD202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD202; }
p { color: rgb(223,210,2); }
H1.HeaderClassName
{
color: #DFD202;
}
.AnyTagClassName
{
color: #DFD202;
}
</style>
background-color css
<style>
a { background-color: #DFD202; }
a { background-color: rgb(223,210,2); }
div.DivClassName
{
background-color: #DFD202;
}
.BgClassName
{
background-color: #DFD202;
}
</style>
border-color css
<style>
span { border-color: #DFD202; }
span { border-color: rgb(223,210,2); }
td.TdClassName
{
border-color: #DFD202;
}
.TagClassName
{
border-color: #DFD202;
}
</style>