Shades of Sunflower #DDBC15
Tints of Sunflower #DDBC15
RGB
CMYK
RGB Variations
Color information
#DDBC15 (or 0xDDBC15) is known color: Sunflower. HEX triplet: DD, BC and 15. RGB value is (221,188,21). Sum of RGB (Red+Green+Blue) = 221+188+21=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 21 (8.59% from 255 or 4.88% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBC15 is #2243EA. Grayscale: #B3B3B3. Windows color (decimal): -2245611 or 1424605. OLE color: 1424605.
HSL color Cylindrical-coordinate representation of color #DDBC15: hue angle of 50.1º 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 #DDBC15 is Cyan = 0, Magento = 0.15, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 21 | - |
| CMYK | 0 | 0.15 | 0.90 | 0.13 |
| HSL | 50.1º | 0.83% | 0.47% | - |
| HSV(B) | 50.1º | 0.9% | 0.87% | - |
| XYZ | 47.94 | 51.39 | 8.1 | - |
| YUV | 178.83 | 38.93 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 21 | 0 | 0.15 | 0.90 | 0.13 | 50.1 | 0.83 | 0.47 |
| Hex | DD | BC | 15 | 0 | F | 5A | D | 32 | 53 | 2F |
| Octal | 335 | 274 | 25 | 0 | 17 | 132 | 15 | 62 | 123 | 57 |
| Binary | 11011101 | 10111100 | 10101 | 0 | 1111 | 1011010 | 1101 | 110010 | 1010011 | 101111 |
Color Harmonies of #DDBC15
Complementary color
Monochromatic Colors of #DDBC15
Black with #DDBC15
Text Example
Text Example
White with #DDBC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC15; }
p { color: rgb(221,188,21); }
H1.HeaderClassName
{
color: #DDBC15;
}
.AnyTagClassName
{
color: #DDBC15;
}
</style>
background-color css
<style>
a { background-color: #DDBC15; }
a { background-color: rgb(221,188,21); }
div.DivClassName
{
background-color: #DDBC15;
}
.BgClassName
{
background-color: #DDBC15;
}
</style>
border-color css
<style>
span { border-color: #DDBC15; }
span { border-color: rgb(221,188,21); }
td.TdClassName
{
border-color: #DDBC15;
}
.TagClassName
{
border-color: #DDBC15;
}
</style>