Shades of Sunflower #DDB115
Tints of Sunflower #DDB115
RGB
CMYK
RGB Variations
Color information
#DDB115 (or 0xDDB115) is known color: Sunflower. HEX triplet: DD, B1 and 15. RGB value is (221,177,21). Sum of RGB (Red+Green+Blue) = 221+177+21=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB115 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB115 is #224EEA. Grayscale: #ADADAD. Windows color (decimal): -2248427 or 1421789. OLE color: 1421789.
HSL color Cylindrical-coordinate representation of color #DDB115: hue angle of 46.8º 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 #DDB115 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 21 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.13 |
| HSL | 46.8º | 0.83% | 0.47% | - |
| HSV(B) | 46.8º | 0.9% | 0.87% | - |
| XYZ | 45.68 | 46.87 | 7.35 | - |
| YUV | 172.37 | 42.58 | 162.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 21 | 0 | 0.20 | 0.90 | 0.13 | 46.8 | 0.83 | 0.47 |
| Hex | DD | B1 | 15 | 0 | 14 | 5A | D | 2F | 53 | 2F |
| Octal | 335 | 261 | 25 | 0 | 24 | 132 | 15 | 57 | 123 | 57 |
| Binary | 11011101 | 10110001 | 10101 | 0 | 10100 | 1011010 | 1101 | 101111 | 1010011 | 101111 |
Color Harmonies of #DDB115
Complementary color
Monochromatic Colors of #DDB115
Black with #DDB115
Text Example
Text Example
White with #DDB115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB115; }
p { color: rgb(221,177,21); }
H1.HeaderClassName
{
color: #DDB115;
}
.AnyTagClassName
{
color: #DDB115;
}
</style>
background-color css
<style>
a { background-color: #DDB115; }
a { background-color: rgb(221,177,21); }
div.DivClassName
{
background-color: #DDB115;
}
.BgClassName
{
background-color: #DDB115;
}
</style>
border-color css
<style>
span { border-color: #DDB115; }
span { border-color: rgb(221,177,21); }
td.TdClassName
{
border-color: #DDB115;
}
.TagClassName
{
border-color: #DDB115;
}
</style>