Shades of Sunflower #DDB413
Tints of Sunflower #DDB413
RGB
CMYK
RGB Variations
Color information
#DDB413 (or 0xDDB413) is known color: Sunflower. HEX triplet: DD, B4 and 13. RGB value is (221,180,19). Sum of RGB (Red+Green+Blue) = 221+180+19=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 180 (70.70% from 255 or 42.86% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB413 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB413 is #224BEC. Grayscale: #AEAEAE. Windows color (decimal): -2247661 or 1291485. OLE color: 1291485.
HSL color Cylindrical-coordinate representation of color #DDB413: hue angle of 47.82º 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 #DDB413 is Cyan = 0, Magento = 0.19, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 19 | - |
| CMYK | 0 | 0.19 | 0.91 | 0.13 |
| HSL | 47.82º | 0.84% | 0.47% | - |
| HSV(B) | 47.82º | 0.91% | 0.87% | - |
| XYZ | 46.26 | 48.06 | 7.45 | - |
| YUV | 173.91 | 40.58 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 19 | 0 | 0.19 | 0.91 | 0.13 | 47.82 | 0.84 | 0.47 |
| Hex | DD | B4 | 13 | 0 | 13 | 5B | D | 30 | 54 | 2F |
| Octal | 335 | 264 | 23 | 0 | 23 | 133 | 15 | 60 | 124 | 57 |
| Binary | 11011101 | 10110100 | 10011 | 0 | 10011 | 1011011 | 1101 | 110000 | 1010100 | 101111 |
Color Harmonies of #DDB413
Complementary color
Monochromatic Colors of #DDB413
Black with #DDB413
Text Example
Text Example
White with #DDB413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB413; }
p { color: rgb(221,180,19); }
H1.HeaderClassName
{
color: #DDB413;
}
.AnyTagClassName
{
color: #DDB413;
}
</style>
background-color css
<style>
a { background-color: #DDB413; }
a { background-color: rgb(221,180,19); }
div.DivClassName
{
background-color: #DDB413;
}
.BgClassName
{
background-color: #DDB413;
}
</style>
border-color css
<style>
span { border-color: #DDB413; }
span { border-color: rgb(221,180,19); }
td.TdClassName
{
border-color: #DDB413;
}
.TagClassName
{
border-color: #DDB413;
}
</style>