Shades of Sunflower #DDBF15
Tints of Sunflower #DDBF15
RGB
CMYK
RGB Variations
Color information
#DDBF15 (or 0xDDBF15) is known color: Sunflower. HEX triplet: DD, BF and 15. RGB value is (221,191,21). Sum of RGB (Red+Green+Blue) = 221+191+21=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 21 (8.59% from 255 or 4.85% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBF15 is #2240EA. Grayscale: #B5B5B5. Windows color (decimal): -2244843 or 1425373. OLE color: 1425373.
HSL color Cylindrical-coordinate representation of color #DDBF15: hue angle of 51º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDBF15 is Cyan = 0, Magento = 0.14, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 191 | 21 | - |
| CMYK | 0 | 0.14 | 0.90 | 0.13 |
| HSL | 51º | 0.83% | 0.47% | - |
| HSV(B) | 51º | 0.9% | 0.87% | - |
| XYZ | 48.58 | 52.69 | 8.32 | - |
| YUV | 180.59 | 37.94 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 21 | 0 | 0.14 | 0.90 | 0.13 | 51 | 0.83 | 0.47 |
| Hex | DD | BF | 15 | 0 | E | 5A | D | 33 | 53 | 2F |
| Octal | 335 | 277 | 25 | 0 | 16 | 132 | 15 | 63 | 123 | 57 |
| Binary | 11011101 | 10111111 | 10101 | 0 | 1110 | 1011010 | 1101 | 110011 | 1010011 | 101111 |
Color Harmonies of #DDBF15
Complementary color
Monochromatic Colors of #DDBF15
Black with #DDBF15
Text Example
Text Example
White with #DDBF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBF15; }
p { color: rgb(221,191,21); }
H1.HeaderClassName
{
color: #DDBF15;
}
.AnyTagClassName
{
color: #DDBF15;
}
</style>
background-color css
<style>
a { background-color: #DDBF15; }
a { background-color: rgb(221,191,21); }
div.DivClassName
{
background-color: #DDBF15;
}
.BgClassName
{
background-color: #DDBF15;
}
</style>
border-color css
<style>
span { border-color: #DDBF15; }
span { border-color: rgb(221,191,21); }
td.TdClassName
{
border-color: #DDBF15;
}
.TagClassName
{
border-color: #DDBF15;
}
</style>