Shades of Sunflower #DDB507
Tints of Sunflower #DDB507
RGB
CMYK
RGB Variations
Color information
#DDB507 (or 0xDDB507) is known color: Sunflower. HEX triplet: DD, B5 and 07. RGB value is (221,181,7). Sum of RGB (Red+Green+Blue) = 221+181+7=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 181 (71.09% from 255 or 44.25% from 409); Blue value is 7 (3.12% from 255 or 1.71% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB507 is #224AF8. Grayscale: #ADADAD. Windows color (decimal): -2247417 or 505309. OLE color: 505309.
HSL color Cylindrical-coordinate representation of color #DDB507: hue angle of 48.79º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DDB507 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 7 | - |
| CMYK | 0 | 0.18 | 0.97 | 0.13 |
| HSL | 48.79º | 0.94% | 0.45% | - |
| HSV(B) | 48.79º | 0.97% | 0.87% | - |
| XYZ | 46.38 | 48.44 | 7.11 | - |
| YUV | 173.12 | 34.25 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 7 | 0 | 0.18 | 0.97 | 0.13 | 48.79 | 0.94 | 0.45 |
| Hex | DD | B5 | 7 | 0 | 12 | 61 | D | 31 | 5E | 2D |
| Octal | 335 | 265 | 7 | 0 | 22 | 141 | 15 | 61 | 136 | 55 |
| Binary | 11011101 | 10110101 | 111 | 0 | 10010 | 1100001 | 1101 | 110001 | 1011110 | 101101 |
Color Harmonies of #DDB507
Complementary color
Monochromatic Colors of #DDB507
Black with #DDB507
Text Example
Text Example
White with #DDB507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB507; }
p { color: rgb(221,181,7); }
H1.HeaderClassName
{
color: #DDB507;
}
.AnyTagClassName
{
color: #DDB507;
}
</style>
background-color css
<style>
a { background-color: #DDB507; }
a { background-color: rgb(221,181,7); }
div.DivClassName
{
background-color: #DDB507;
}
.BgClassName
{
background-color: #DDB507;
}
</style>
border-color css
<style>
span { border-color: #DDB507; }
span { border-color: rgb(221,181,7); }
td.TdClassName
{
border-color: #DDB507;
}
.TagClassName
{
border-color: #DDB507;
}
</style>