Shades of Sunflower #DDB313
Tints of Sunflower #DDB313
RGB
CMYK
RGB Variations
Color information
#DDB313 (or 0xDDB313) is known color: Sunflower. HEX triplet: DD, B3 and 13. RGB value is (221,179,19). Sum of RGB (Red+Green+Blue) = 221+179+19=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 19 (7.81% from 255 or 4.53% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB313 is #224CEC. Grayscale: #AEAEAE. Windows color (decimal): -2247917 or 1291229. OLE color: 1291229.
HSL color Cylindrical-coordinate representation of color #DDB313: hue angle of 47.52º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DDB313 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 19 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.13 |
| HSL | 47.52º | 0.84% | 0.47% | - |
| HSV(B) | 47.52º | 0.91% | 0.87% | - |
| XYZ | 46.06 | 47.66 | 7.39 | - |
| YUV | 173.32 | 40.91 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 19 | 0 | 0.19 | 0.91 | 0.13 | 47.52 | 0.84 | 0.47 |
| Hex | DD | B3 | 13 | 0 | 13 | 5B | D | 30 | 54 | 2F |
| Octal | 335 | 263 | 23 | 0 | 23 | 133 | 15 | 60 | 124 | 57 |
| Binary | 11011101 | 10110011 | 10011 | 0 | 10011 | 1011011 | 1101 | 110000 | 1010100 | 101111 |
Color Harmonies of #DDB313
Complementary color
Monochromatic Colors of #DDB313
Black with #DDB313
Text Example
Text Example
White with #DDB313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB313; }
p { color: rgb(221,179,19); }
H1.HeaderClassName
{
color: #DDB313;
}
.AnyTagClassName
{
color: #DDB313;
}
</style>
background-color css
<style>
a { background-color: #DDB313; }
a { background-color: rgb(221,179,19); }
div.DivClassName
{
background-color: #DDB313;
}
.BgClassName
{
background-color: #DDB313;
}
</style>
border-color css
<style>
span { border-color: #DDB313; }
span { border-color: rgb(221,179,19); }
td.TdClassName
{
border-color: #DDB313;
}
.TagClassName
{
border-color: #DDB313;
}
</style>