Shades of Sunflower #DDB717
Tints of Sunflower #DDB717
RGB
CMYK
RGB Variations
Color information
#DDB717 (or 0xDDB717) is known color: Sunflower. HEX triplet: DD, B7 and 17. RGB value is (221,183,23). Sum of RGB (Red+Green+Blue) = 221+183+23=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 183 (71.88% from 255 or 42.86% from 427); Blue value is 23 (9.38% from 255 or 5.39% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB717 is #2248E8. Grayscale: #B0B0B0. Windows color (decimal): -2246889 or 1554397. OLE color: 1554397.
HSL color Cylindrical-coordinate representation of color #DDB717: hue angle of 48.48º degrees, saturation: 0.81, 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 #DDB717 is Cyan = 0, Magento = 0.17, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 23 | - |
| CMYK | 0 | 0.17 | 0.90 | 0.13 |
| HSL | 48.48º | 0.81% | 0.48% | - |
| HSV(B) | 48.48º | 0.9% | 0.87% | - |
| XYZ | 46.91 | 49.3 | 7.85 | - |
| YUV | 176.12 | 41.59 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 23 | 0 | 0.17 | 0.90 | 0.13 | 48.48 | 0.81 | 0.48 |
| Hex | DD | B7 | 17 | 0 | 11 | 5A | D | 30 | 51 | 30 |
| Octal | 335 | 267 | 27 | 0 | 21 | 132 | 15 | 60 | 121 | 60 |
| Binary | 11011101 | 10110111 | 10111 | 0 | 10001 | 1011010 | 1101 | 110000 | 1010001 | 110000 |
Color Harmonies of #DDB717
Complementary color
Monochromatic Colors of #DDB717
Black with #DDB717
Text Example
Text Example
White with #DDB717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB717; }
p { color: rgb(221,183,23); }
H1.HeaderClassName
{
color: #DDB717;
}
.AnyTagClassName
{
color: #DDB717;
}
</style>
background-color css
<style>
a { background-color: #DDB717; }
a { background-color: rgb(221,183,23); }
div.DivClassName
{
background-color: #DDB717;
}
.BgClassName
{
background-color: #DDB717;
}
</style>
border-color css
<style>
span { border-color: #DDB717; }
span { border-color: rgb(221,183,23); }
td.TdClassName
{
border-color: #DDB717;
}
.TagClassName
{
border-color: #DDB717;
}
</style>