Shades of Sunflower #DDB813
Tints of Sunflower #DDB813
RGB
CMYK
RGB Variations
Color information
#DDB813 (or 0xDDB813) is known color: Sunflower. HEX triplet: DD, B8 and 13. RGB value is (221,184,19). Sum of RGB (Red+Green+Blue) = 221+184+19=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 19 (7.81% from 255 or 4.48% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB813 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB813 is #2247EC. Grayscale: #B0B0B0. Windows color (decimal): -2246637 or 1292509. OLE color: 1292509.
HSL color Cylindrical-coordinate representation of color #DDB813: hue angle of 49.01º 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 #DDB813 is Cyan = 0, Magento = 0.17, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 19 | - |
| CMYK | 0 | 0.17 | 0.91 | 0.13 |
| HSL | 49.01º | 0.84% | 0.47% | - |
| HSV(B) | 49.01º | 0.91% | 0.87% | - |
| XYZ | 47.08 | 49.7 | 7.73 | - |
| YUV | 176.25 | 39.26 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 19 | 0 | 0.17 | 0.91 | 0.13 | 49.01 | 0.84 | 0.47 |
| Hex | DD | B8 | 13 | 0 | 11 | 5B | D | 31 | 54 | 2F |
| Octal | 335 | 270 | 23 | 0 | 21 | 133 | 15 | 61 | 124 | 57 |
| Binary | 11011101 | 10111000 | 10011 | 0 | 10001 | 1011011 | 1101 | 110001 | 1010100 | 101111 |
Color Harmonies of #DDB813
Complementary color
Monochromatic Colors of #DDB813
Black with #DDB813
Text Example
Text Example
White with #DDB813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB813; }
p { color: rgb(221,184,19); }
H1.HeaderClassName
{
color: #DDB813;
}
.AnyTagClassName
{
color: #DDB813;
}
</style>
background-color css
<style>
a { background-color: #DDB813; }
a { background-color: rgb(221,184,19); }
div.DivClassName
{
background-color: #DDB813;
}
.BgClassName
{
background-color: #DDB813;
}
</style>
border-color css
<style>
span { border-color: #DDB813; }
span { border-color: rgb(221,184,19); }
td.TdClassName
{
border-color: #DDB813;
}
.TagClassName
{
border-color: #DDB813;
}
</style>