Shades of Sunflower #DFB702
Tints of Sunflower #DFB702
RGB
CMYK
RGB Variations
Color information
#DFB702 (or 0xDFB702) is known color: Sunflower. HEX triplet: DF, B7 and 02. RGB value is (223,183,2). Sum of RGB (Red+Green+Blue) = 223+183+2=408 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.66% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 2 (1.17% from 255 or 0.49% from 408); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB702 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFB702 is #2048FD. Grayscale: #AFAFAF. Windows color (decimal): -2115838 or 178143. OLE color: 178143.
HSL color Cylindrical-coordinate representation of color #DFB702: hue angle of 49.14º 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 #DFB702 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 183 | 2 | - |
| CMYK | 0 | 0.18 | 0.99 | 0.13 |
| HSL | 49.14º | 0.98% | 0.44% | - |
| HSV(B) | 49.14º | 0.99% | 0.87% | - |
| XYZ | 47.38 | 49.56 | 7.13 | - |
| YUV | 174.33 | 30.75 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 183 | 2 | 0 | 0.18 | 0.99 | 0.13 | 49.14 | 0.98 | 0.44 |
| Hex | DF | B7 | 2 | 0 | 12 | 63 | D | 31 | 62 | 2C |
| Octal | 337 | 267 | 2 | 0 | 22 | 143 | 15 | 61 | 142 | 54 |
| Binary | 11011111 | 10110111 | 10 | 0 | 10010 | 1100011 | 1101 | 110001 | 1100010 | 101100 |
Color Harmonies of #DFB702
Complementary color
Monochromatic Colors of #DFB702
Black with #DFB702
Text Example
Text Example
White with #DFB702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB702; }
p { color: rgb(223,183,2); }
H1.HeaderClassName
{
color: #DFB702;
}
.AnyTagClassName
{
color: #DFB702;
}
</style>
background-color css
<style>
a { background-color: #DFB702; }
a { background-color: rgb(223,183,2); }
div.DivClassName
{
background-color: #DFB702;
}
.BgClassName
{
background-color: #DFB702;
}
</style>
border-color css
<style>
span { border-color: #DFB702; }
span { border-color: rgb(223,183,2); }
td.TdClassName
{
border-color: #DFB702;
}
.TagClassName
{
border-color: #DFB702;
}
</style>