Shades of Bird Flower #DFD102
Tints of Bird Flower #DFD102
RGB
CMYK
RGB Variations
Color information
#DFD102 (or 0xDFD102) is known color: Bird Flower. HEX triplet: DF, D1 and 02. RGB value is (223,209,2). Sum of RGB (Red+Green+Blue) = 223+209+2=434 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.38% from 434); Green value is 209 (82.03% from 255 or 48.16% from 434); Blue value is 2 (1.17% from 255 or 0.46% from 434); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD102 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD102 is #202EFD. Grayscale: #BEBEBE. Windows color (decimal): -2109182 or 184799. OLE color: 184799.
HSL color Cylindrical-coordinate representation of color #DFD102: hue angle of 56.2º 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 #DFD102 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 209 | 2 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.13 |
| HSL | 56.2º | 0.98% | 0.44% | - |
| HSV(B) | 56.2º | 0.99% | 0.87% | - |
| XYZ | 53.24 | 61.29 | 9.08 | - |
| YUV | 189.59 | 22.14 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 209 | 2 | 0 | 0.06 | 0.99 | 0.13 | 56.2 | 0.98 | 0.44 |
| Hex | DF | D1 | 2 | 0 | 6 | 63 | D | 38 | 62 | 2C |
| Octal | 337 | 321 | 2 | 0 | 6 | 143 | 15 | 70 | 142 | 54 |
| Binary | 11011111 | 11010001 | 10 | 0 | 110 | 1100011 | 1101 | 111000 | 1100010 | 101100 |
Color Harmonies of #DFD102
Complementary color
Monochromatic Colors of #DFD102
Black with #DFD102
Text Example
Text Example
White with #DFD102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD102; }
p { color: rgb(223,209,2); }
H1.HeaderClassName
{
color: #DFD102;
}
.AnyTagClassName
{
color: #DFD102;
}
</style>
background-color css
<style>
a { background-color: #DFD102; }
a { background-color: rgb(223,209,2); }
div.DivClassName
{
background-color: #DFD102;
}
.BgClassName
{
background-color: #DFD102;
}
</style>
border-color css
<style>
span { border-color: #DFD102; }
span { border-color: rgb(223,209,2); }
td.TdClassName
{
border-color: #DFD102;
}
.TagClassName
{
border-color: #DFD102;
}
</style>