Shades of Sunflower #DFB202
Tints of Sunflower #DFB202
RGB
CMYK
RGB Variations
Color information
#DFB202 (or 0xDFB202) is known color: Sunflower. HEX triplet: DF, B2 and 02. RGB value is (223,178,2). Sum of RGB (Red+Green+Blue) = 223+178+2=403 (53% of max value = 765). Red value is 223 (87.5% from 255 or 55.33% from 403); Green value is 178 (69.92% from 255 or 44.17% from 403); Blue value is 2 (1.17% from 255 or 0.50% from 403); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFB202 is #204DFD. Grayscale: #ACACAC. Windows color (decimal): -2117118 or 176863. OLE color: 176863.
HSL color Cylindrical-coordinate representation of color #DFB202: hue angle of 47.78º 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 #DFB202 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 178 | 2 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.13 |
| HSL | 47.78º | 0.98% | 0.44% | - |
| HSV(B) | 47.78º | 0.99% | 0.87% | - |
| XYZ | 46.36 | 47.53 | 6.79 | - |
| YUV | 171.39 | 32.41 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 178 | 2 | 0 | 0.20 | 0.99 | 0.13 | 47.78 | 0.98 | 0.44 |
| Hex | DF | B2 | 2 | 0 | 14 | 63 | D | 30 | 62 | 2C |
| Octal | 337 | 262 | 2 | 0 | 24 | 143 | 15 | 60 | 142 | 54 |
| Binary | 11011111 | 10110010 | 10 | 0 | 10100 | 1100011 | 1101 | 110000 | 1100010 | 101100 |
Color Harmonies of #DFB202
Complementary color
Monochromatic Colors of #DFB202
Black with #DFB202
Text Example
Text Example
White with #DFB202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFB202; }
p { color: rgb(223,178,2); }
H1.HeaderClassName
{
color: #DFB202;
}
.AnyTagClassName
{
color: #DFB202;
}
</style>
background-color css
<style>
a { background-color: #DFB202; }
a { background-color: rgb(223,178,2); }
div.DivClassName
{
background-color: #DFB202;
}
.BgClassName
{
background-color: #DFB202;
}
</style>
border-color css
<style>
span { border-color: #DFB202; }
span { border-color: rgb(223,178,2); }
td.TdClassName
{
border-color: #DFB202;
}
.TagClassName
{
border-color: #DFB202;
}
</style>