Shades of Sunflower #DFBB1C
Tints of Sunflower #DFBB1C
RGB
CMYK
RGB Variations
Color information
#DFBB1C (or 0xDFBB1C) is known color: Sunflower. HEX triplet: DF, BB and 1C. RGB value is (223,187,28). Sum of RGB (Red+Green+Blue) = 223+187+28=438 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.91% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 28 (11.33% from 255 or 6.39% from 438); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DFBB1C is #2044E3. Grayscale: #B4B4B4. Windows color (decimal): -2114788 or 1883103. OLE color: 1883103.
HSL color Cylindrical-coordinate representation of color #DFBB1C: hue angle of 48.92º 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 #DFBB1C is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 28 | - |
| CMYK | 0 | 0.16 | 0.87 | 0.13 |
| HSL | 48.92º | 0.78% | 0.49% | - |
| HSV(B) | 48.92º | 0.87% | 0.87% | - |
| XYZ | 48.41 | 51.31 | 8.45 | - |
| YUV | 179.64 | 42.43 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 28 | 0 | 0.16 | 0.87 | 0.13 | 48.92 | 0.78 | 0.49 |
| Hex | DF | BB | 1C | 0 | 10 | 57 | D | 31 | 4E | 31 |
| Octal | 337 | 273 | 34 | 0 | 20 | 127 | 15 | 61 | 116 | 61 |
| Binary | 11011111 | 10111011 | 11100 | 0 | 10000 | 1010111 | 1101 | 110001 | 1001110 | 110001 |
Color Harmonies of #DFBB1C
Complementary color
Monochromatic Colors of #DFBB1C
Black with #DFBB1C
Text Example
Text Example
White with #DFBB1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB1C; }
p { color: rgb(223,187,28); }
H1.HeaderClassName
{
color: #DFBB1C;
}
.AnyTagClassName
{
color: #DFBB1C;
}
</style>
background-color css
<style>
a { background-color: #DFBB1C; }
a { background-color: rgb(223,187,28); }
div.DivClassName
{
background-color: #DFBB1C;
}
.BgClassName
{
background-color: #DFBB1C;
}
</style>
border-color css
<style>
span { border-color: #DFBB1C; }
span { border-color: rgb(223,187,28); }
td.TdClassName
{
border-color: #DFBB1C;
}
.TagClassName
{
border-color: #DFBB1C;
}
</style>