Shades of Sunflower #DDB116
Tints of Sunflower #DDB116
RGB
CMYK
RGB Variations
Color information
#DDB116 (or 0xDDB116) is known color: Sunflower. HEX triplet: DD, B1 and 16. RGB value is (221,177,22). Sum of RGB (Red+Green+Blue) = 221+177+22=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 22 (8.98% from 255 or 5.24% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB116 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB116 is #224EE9. Grayscale: #ADADAD. Windows color (decimal): -2248426 or 1487325. OLE color: 1487325.
HSL color Cylindrical-coordinate representation of color #DDB116: hue angle of 46.73º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDB116 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 22 | - |
| CMYK | 0 | 0.20 | 0.90 | 0.13 |
| HSL | 46.73º | 0.82% | 0.48% | - |
| HSV(B) | 46.73º | 0.9% | 0.87% | - |
| XYZ | 45.69 | 46.87 | 7.4 | - |
| YUV | 172.49 | 43.08 | 162.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 22 | 0 | 0.20 | 0.90 | 0.13 | 46.73 | 0.82 | 0.48 |
| Hex | DD | B1 | 16 | 0 | 14 | 5A | D | 2F | 52 | 30 |
| Octal | 335 | 261 | 26 | 0 | 24 | 132 | 15 | 57 | 122 | 60 |
| Binary | 11011101 | 10110001 | 10110 | 0 | 10100 | 1011010 | 1101 | 101111 | 1010010 | 110000 |
Color Harmonies of #DDB116
Complementary color
Monochromatic Colors of #DDB116
Black with #DDB116
Text Example
Text Example
White with #DDB116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB116; }
p { color: rgb(221,177,22); }
H1.HeaderClassName
{
color: #DDB116;
}
.AnyTagClassName
{
color: #DDB116;
}
</style>
background-color css
<style>
a { background-color: #DDB116; }
a { background-color: rgb(221,177,22); }
div.DivClassName
{
background-color: #DDB116;
}
.BgClassName
{
background-color: #DDB116;
}
</style>
border-color css
<style>
span { border-color: #DDB116; }
span { border-color: rgb(221,177,22); }
td.TdClassName
{
border-color: #DDB116;
}
.TagClassName
{
border-color: #DDB116;
}
</style>