Shades of Bird Flower #DFDA08
Tints of Bird Flower #DFDA08
RGB
CMYK
RGB Variations
Color information
#DFDA08 (or 0xDFDA08) is known color: Bird Flower. HEX triplet: DF, DA and 08. RGB value is (223,218,8). Sum of RGB (Red+Green+Blue) = 223+218+8=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 218 (85.55% from 255 or 48.55% from 449); Blue value is 8 (3.52% from 255 or 1.78% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFDA08 is #2025F7. Grayscale: #C4C4C4. Windows color (decimal): -2106872 or 580319. OLE color: 580319.
HSL color Cylindrical-coordinate representation of color #DFDA08: hue angle of 58.6º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DFDA08 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 218 | 8 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.13 |
| HSL | 58.6º | 0.93% | 0.45% | - |
| HSV(B) | 58.6º | 0.96% | 0.87% | - |
| XYZ | 55.55 | 65.85 | 10.01 | - |
| YUV | 195.56 | 22.16 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 218 | 8 | 0 | 0.02 | 0.96 | 0.13 | 58.6 | 0.93 | 0.45 |
| Hex | DF | DA | 8 | 0 | 2 | 60 | D | 3B | 5D | 2D |
| Octal | 337 | 332 | 10 | 0 | 2 | 140 | 15 | 73 | 135 | 55 |
| Binary | 11011111 | 11011010 | 1000 | 0 | 10 | 1100000 | 1101 | 111011 | 1011101 | 101101 |
Color Harmonies of #DFDA08
Complementary color
Monochromatic Colors of #DFDA08
Black with #DFDA08
Text Example
Text Example
White with #DFDA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFDA08; }
p { color: rgb(223,218,8); }
H1.HeaderClassName
{
color: #DFDA08;
}
.AnyTagClassName
{
color: #DFDA08;
}
</style>
background-color css
<style>
a { background-color: #DFDA08; }
a { background-color: rgb(223,218,8); }
div.DivClassName
{
background-color: #DFDA08;
}
.BgClassName
{
background-color: #DFDA08;
}
</style>
border-color css
<style>
span { border-color: #DFDA08; }
span { border-color: rgb(223,218,8); }
td.TdClassName
{
border-color: #DFDA08;
}
.TagClassName
{
border-color: #DFDA08;
}
</style>