Shades of Sunflower #DFD30B
Tints of Sunflower #DFD30B
RGB
CMYK
RGB Variations
Color information
#DFD30B (or 0xDFD30B) is known color: Sunflower. HEX triplet: DF, D3 and 0B. RGB value is (223,211,11). Sum of RGB (Red+Green+Blue) = 223+211+11=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 211 (82.81% from 255 or 47.42% from 445); Blue value is 11 (4.69% from 255 or 2.47% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DFD30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFD30B is #202CF4. Grayscale: #C0C0C0. Windows color (decimal): -2108661 or 775135. OLE color: 775135.
HSL color Cylindrical-coordinate representation of color #DFD30B: hue angle of 56.6º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DFD30B is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 211 | 11 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.13 |
| HSL | 56.6º | 0.91% | 0.46% | - |
| HSV(B) | 56.6º | 0.95% | 0.87% | - |
| XYZ | 53.79 | 62.3 | 9.51 | - |
| YUV | 191.79 | 25.98 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 211 | 11 | 0 | 0.05 | 0.95 | 0.13 | 56.6 | 0.91 | 0.46 |
| Hex | DF | D3 | B | 0 | 5 | 5F | D | 39 | 5B | 2E |
| Octal | 337 | 323 | 13 | 0 | 5 | 137 | 15 | 71 | 133 | 56 |
| Binary | 11011111 | 11010011 | 1011 | 0 | 101 | 1011111 | 1101 | 111001 | 1011011 | 101110 |
Color Harmonies of #DFD30B
Complementary color
Monochromatic Colors of #DFD30B
Black with #DFD30B
Text Example
Text Example
White with #DFD30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFD30B; }
p { color: rgb(223,211,11); }
H1.HeaderClassName
{
color: #DFD30B;
}
.AnyTagClassName
{
color: #DFD30B;
}
</style>
background-color css
<style>
a { background-color: #DFD30B; }
a { background-color: rgb(223,211,11); }
div.DivClassName
{
background-color: #DFD30B;
}
.BgClassName
{
background-color: #DFD30B;
}
</style>
border-color css
<style>
span { border-color: #DFD30B; }
span { border-color: rgb(223,211,11); }
td.TdClassName
{
border-color: #DFD30B;
}
.TagClassName
{
border-color: #DFD30B;
}
</style>