Shades of Bird Flower #DFD703
Tints of Bird Flower #DFD703
RGB
CMYK
RGB Variations
Color information
#DFD703 (or 0xDFD703) is known color: Bird Flower. HEX triplet: DF, D7 and 03. RGB value is (223,215,3). Sum of RGB (Red+Green+Blue) = 223+215+3=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 215 (84.38% from 255 or 48.75% from 441); Blue value is 3 (1.56% from 255 or 0.68% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD703 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD703 is #2028FC. Grayscale: #C2C2C2. Windows color (decimal): -2107645 or 251871. OLE color: 251871.
HSL color Cylindrical-coordinate representation of color #DFD703: hue angle of 57.82º 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 #DFD703 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 215 | 3 | - |
| CMYK | 0 | 0.04 | 0.99 | 0.13 |
| HSL | 57.82º | 0.97% | 0.44% | - |
| HSV(B) | 57.82º | 0.99% | 0.87% | - |
| XYZ | 54.75 | 64.3 | 9.61 | - |
| YUV | 193.22 | 20.65 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 215 | 3 | 0 | 0.04 | 0.99 | 0.13 | 57.82 | 0.97 | 0.44 |
| Hex | DF | D7 | 3 | 0 | 4 | 63 | D | 3A | 61 | 2C |
| Octal | 337 | 327 | 3 | 0 | 4 | 143 | 15 | 72 | 141 | 54 |
| Binary | 11011111 | 11010111 | 11 | 0 | 100 | 1100011 | 1101 | 111010 | 1100001 | 101100 |
Color Harmonies of #DFD703
Complementary color
Monochromatic Colors of #DFD703
Black with #DFD703
Text Example
Text Example
White with #DFD703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD703; }
p { color: rgb(223,215,3); }
H1.HeaderClassName
{
color: #DFD703;
}
.AnyTagClassName
{
color: #DFD703;
}
</style>
background-color css
<style>
a { background-color: #DFD703; }
a { background-color: rgb(223,215,3); }
div.DivClassName
{
background-color: #DFD703;
}
.BgClassName
{
background-color: #DFD703;
}
</style>
border-color css
<style>
span { border-color: #DFD703; }
span { border-color: rgb(223,215,3); }
td.TdClassName
{
border-color: #DFD703;
}
.TagClassName
{
border-color: #DFD703;
}
</style>