Shades of Sunflower #DFB802
Tints of Sunflower #DFB802
RGB
CMYK
RGB Variations
Color information
#DFB802 (or 0xDFB802) is known color: Sunflower. HEX triplet: DF, B8 and 02. RGB value is (223,184,2). Sum of RGB (Red+Green+Blue) = 223+184+2=409 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.52% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 2 (1.17% from 255 or 0.49% from 409); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB802 is #2047FD. Grayscale: #AFAFAF. Windows color (decimal): -2115582 or 178399. OLE color: 178399.
HSL color Cylindrical-coordinate representation of color #DFB802: hue angle of 49.41º 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 #DFB802 is Cyan = 0, Magento = 0.17, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 184 | 2 | - |
| CMYK | 0 | 0.17 | 0.99 | 0.13 |
| HSL | 49.41º | 0.98% | 0.44% | - |
| HSV(B) | 49.41º | 0.99% | 0.87% | - |
| XYZ | 47.58 | 49.97 | 7.2 | - |
| YUV | 174.91 | 30.42 | 162.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 184 | 2 | 0 | 0.17 | 0.99 | 0.13 | 49.41 | 0.98 | 0.44 |
| Hex | DF | B8 | 2 | 0 | 11 | 63 | D | 31 | 62 | 2C |
| Octal | 337 | 270 | 2 | 0 | 21 | 143 | 15 | 61 | 142 | 54 |
| Binary | 11011111 | 10111000 | 10 | 0 | 10001 | 1100011 | 1101 | 110001 | 1100010 | 101100 |
Color Harmonies of #DFB802
Complementary color
Monochromatic Colors of #DFB802
Black with #DFB802
Text Example
Text Example
White with #DFB802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB802; }
p { color: rgb(223,184,2); }
H1.HeaderClassName
{
color: #DFB802;
}
.AnyTagClassName
{
color: #DFB802;
}
</style>
background-color css
<style>
a { background-color: #DFB802; }
a { background-color: rgb(223,184,2); }
div.DivClassName
{
background-color: #DFB802;
}
.BgClassName
{
background-color: #DFB802;
}
</style>
border-color css
<style>
span { border-color: #DFB802; }
span { border-color: rgb(223,184,2); }
td.TdClassName
{
border-color: #DFB802;
}
.TagClassName
{
border-color: #DFB802;
}
</style>