Shades of Sunflower #DDB914
Tints of Sunflower #DDB914
RGB
CMYK
RGB Variations
Color information
#DDB914 (or 0xDDB914) is known color: Sunflower. HEX triplet: DD, B9 and 14. RGB value is (221,185,20). Sum of RGB (Red+Green+Blue) = 221+185+20=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 185 (72.66% from 255 or 43.43% from 426); Blue value is 20 (8.20% from 255 or 4.69% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB914 is #2246EB. Grayscale: #B1B1B1. Windows color (decimal): -2246380 or 1358301. OLE color: 1358301.
HSL color Cylindrical-coordinate representation of color #DDB914: hue angle of 49.25º degrees, saturation: 0.83, 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 #DDB914 is Cyan = 0, Magento = 0.16, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 20 | - |
| CMYK | 0 | 0.16 | 0.91 | 0.13 |
| HSL | 49.25º | 0.83% | 0.47% | - |
| HSV(B) | 49.25º | 0.91% | 0.87% | - |
| XYZ | 47.29 | 50.12 | 7.84 | - |
| YUV | 176.95 | 39.43 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 20 | 0 | 0.16 | 0.91 | 0.13 | 49.25 | 0.83 | 0.47 |
| Hex | DD | B9 | 14 | 0 | 10 | 5B | D | 31 | 53 | 2F |
| Octal | 335 | 271 | 24 | 0 | 20 | 133 | 15 | 61 | 123 | 57 |
| Binary | 11011101 | 10111001 | 10100 | 0 | 10000 | 1011011 | 1101 | 110001 | 1010011 | 101111 |
Color Harmonies of #DDB914
Complementary color
Monochromatic Colors of #DDB914
Black with #DDB914
Text Example
Text Example
White with #DDB914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB914; }
p { color: rgb(221,185,20); }
H1.HeaderClassName
{
color: #DDB914;
}
.AnyTagClassName
{
color: #DDB914;
}
</style>
background-color css
<style>
a { background-color: #DDB914; }
a { background-color: rgb(221,185,20); }
div.DivClassName
{
background-color: #DDB914;
}
.BgClassName
{
background-color: #DDB914;
}
</style>
border-color css
<style>
span { border-color: #DDB914; }
span { border-color: rgb(221,185,20); }
td.TdClassName
{
border-color: #DDB914;
}
.TagClassName
{
border-color: #DDB914;
}
</style>