Shades of Sunflower #DFBD1C
Tints of Sunflower #DFBD1C
RGB
CMYK
RGB Variations
Color information
#DFBD1C (or 0xDFBD1C) is known color: Sunflower. HEX triplet: DF, BD and 1C. RGB value is (223,189,28). Sum of RGB (Red+Green+Blue) = 223+189+28=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 28 (11.33% from 255 or 6.36% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBD1C is #2042E3. Grayscale: #B5B5B5. Windows color (decimal): -2114276 or 1883615. OLE color: 1883615.
HSL color Cylindrical-coordinate representation of color #DFBD1C: hue angle of 49.54º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DFBD1C is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 28 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.13 |
| HSL | 49.54º | 0.78% | 0.49% | - |
| HSV(B) | 49.54º | 0.87% | 0.87% | - |
| XYZ | 48.84 | 52.17 | 8.59 | - |
| YUV | 180.81 | 41.76 | 158.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 28 | 0 | 0.15 | 0.87 | 0.13 | 49.54 | 0.78 | 0.49 |
| Hex | DF | BD | 1C | 0 | F | 57 | D | 32 | 4E | 31 |
| Octal | 337 | 275 | 34 | 0 | 17 | 127 | 15 | 62 | 116 | 61 |
| Binary | 11011111 | 10111101 | 11100 | 0 | 1111 | 1010111 | 1101 | 110010 | 1001110 | 110001 |
Color Harmonies of #DFBD1C
Complementary color
Monochromatic Colors of #DFBD1C
Black with #DFBD1C
Text Example
Text Example
White with #DFBD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD1C; }
p { color: rgb(223,189,28); }
H1.HeaderClassName
{
color: #DFBD1C;
}
.AnyTagClassName
{
color: #DFBD1C;
}
</style>
background-color css
<style>
a { background-color: #DFBD1C; }
a { background-color: rgb(223,189,28); }
div.DivClassName
{
background-color: #DFBD1C;
}
.BgClassName
{
background-color: #DFBD1C;
}
</style>
border-color css
<style>
span { border-color: #DFBD1C; }
span { border-color: rgb(223,189,28); }
td.TdClassName
{
border-color: #DFBD1C;
}
.TagClassName
{
border-color: #DFBD1C;
}
</style>