Shades of Sunflower #DDB713
Tints of Sunflower #DDB713
RGB
CMYK
RGB Variations
Color information
#DDB713 (or 0xDDB713) is known color: Sunflower. HEX triplet: DD, B7 and 13. RGB value is (221,183,19). Sum of RGB (Red+Green+Blue) = 221+183+19=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 19 (7.81% from 255 or 4.49% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB713 is #2248EC. Grayscale: #B0B0B0. Windows color (decimal): -2246893 or 1292253. OLE color: 1292253.
HSL color Cylindrical-coordinate representation of color #DDB713: hue angle of 48.71º 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 #DDB713 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 19 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.13 |
| HSL | 48.71º | 0.84% | 0.47% | - |
| HSV(B) | 48.71º | 0.91% | 0.87% | - |
| XYZ | 46.87 | 49.29 | 7.66 | - |
| YUV | 175.67 | 39.59 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 19 | 0 | 0.17 | 0.91 | 0.13 | 48.71 | 0.84 | 0.47 |
| Hex | DD | B7 | 13 | 0 | 11 | 5B | D | 31 | 54 | 2F |
| Octal | 335 | 267 | 23 | 0 | 21 | 133 | 15 | 61 | 124 | 57 |
| Binary | 11011101 | 10110111 | 10011 | 0 | 10001 | 1011011 | 1101 | 110001 | 1010100 | 101111 |
Color Harmonies of #DDB713
Complementary color
Monochromatic Colors of #DDB713
Black with #DDB713
Text Example
Text Example
White with #DDB713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB713; }
p { color: rgb(221,183,19); }
H1.HeaderClassName
{
color: #DDB713;
}
.AnyTagClassName
{
color: #DDB713;
}
</style>
background-color css
<style>
a { background-color: #DDB713; }
a { background-color: rgb(221,183,19); }
div.DivClassName
{
background-color: #DDB713;
}
.BgClassName
{
background-color: #DDB713;
}
</style>
border-color css
<style>
span { border-color: #DDB713; }
span { border-color: rgb(221,183,19); }
td.TdClassName
{
border-color: #DDB713;
}
.TagClassName
{
border-color: #DDB713;
}
</style>