Shades of Sunflower #DDBF28
Tints of Sunflower #DDBF28
RGB
CMYK
RGB Variations
Color information
#DDBF28 (or 0xDDBF28) is known color: Sunflower. HEX triplet: DD, BF and 28. RGB value is (221,191,40). Sum of RGB (Red+Green+Blue) = 221+191+40=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 40 (16.02% from 255 or 8.85% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBF28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBF28 is #2240D7. Grayscale: #B7B7B7. Windows color (decimal): -2244824 or 2670557. OLE color: 2670557.
HSL color Cylindrical-coordinate representation of color #DDBF28: hue angle of 50.06º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDBF28 is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 191 | 40 | - |
| CMYK | 0 | 0.14 | 0.82 | 0.13 |
| HSL | 50.06º | 0.73% | 0.51% | - |
| HSV(B) | 50.06º | 0.82% | 0.87% | - |
| XYZ | 48.83 | 52.79 | 9.62 | - |
| YUV | 182.76 | 47.44 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 191 | 40 | 0 | 0.14 | 0.82 | 0.13 | 50.06 | 0.73 | 0.51 |
| Hex | DD | BF | 28 | 0 | E | 52 | D | 32 | 49 | 33 |
| Octal | 335 | 277 | 50 | 0 | 16 | 122 | 15 | 62 | 111 | 63 |
| Binary | 11011101 | 10111111 | 101000 | 0 | 1110 | 1010010 | 1101 | 110010 | 1001001 | 110011 |
Color Harmonies of #DDBF28
Complementary color
Monochromatic Colors of #DDBF28
Black with #DDBF28
Text Example
Text Example
White with #DDBF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBF28; }
p { color: rgb(221,191,40); }
H1.HeaderClassName
{
color: #DDBF28;
}
.AnyTagClassName
{
color: #DDBF28;
}
</style>
background-color css
<style>
a { background-color: #DDBF28; }
a { background-color: rgb(221,191,40); }
div.DivClassName
{
background-color: #DDBF28;
}
.BgClassName
{
background-color: #DDBF28;
}
</style>
border-color css
<style>
span { border-color: #DDBF28; }
span { border-color: rgb(221,191,40); }
td.TdClassName
{
border-color: #DDBF28;
}
.TagClassName
{
border-color: #DDBF28;
}
</style>