Shades of Sunflower #DDB514
Tints of Sunflower #DDB514
RGB
CMYK
RGB Variations
Color information
#DDB514 (or 0xDDB514) is known color: Sunflower. HEX triplet: DD, B5 and 14. RGB value is (221,181,20). Sum of RGB (Red+Green+Blue) = 221+181+20=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB514 is #224AEB. Grayscale: #AFAFAF. Windows color (decimal): -2247404 or 1357277. OLE color: 1357277.
HSL color Cylindrical-coordinate representation of color #DDB514: hue angle of 48.06º 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 #DDB514 is Cyan = 0, Magento = 0.18, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 20 | - |
| CMYK | 0 | 0.18 | 0.91 | 0.13 |
| HSL | 48.06º | 0.83% | 0.47% | - |
| HSV(B) | 48.06º | 0.91% | 0.87% | - |
| XYZ | 46.47 | 48.47 | 7.57 | - |
| YUV | 174.61 | 40.75 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 20 | 0 | 0.18 | 0.91 | 0.13 | 48.06 | 0.83 | 0.47 |
| Hex | DD | B5 | 14 | 0 | 12 | 5B | D | 30 | 53 | 2F |
| Octal | 335 | 265 | 24 | 0 | 22 | 133 | 15 | 60 | 123 | 57 |
| Binary | 11011101 | 10110101 | 10100 | 0 | 10010 | 1011011 | 1101 | 110000 | 1010011 | 101111 |
Color Harmonies of #DDB514
Complementary color
Monochromatic Colors of #DDB514
Black with #DDB514
Text Example
Text Example
White with #DDB514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB514; }
p { color: rgb(221,181,20); }
H1.HeaderClassName
{
color: #DDB514;
}
.AnyTagClassName
{
color: #DDB514;
}
</style>
background-color css
<style>
a { background-color: #DDB514; }
a { background-color: rgb(221,181,20); }
div.DivClassName
{
background-color: #DDB514;
}
.BgClassName
{
background-color: #DDB514;
}
</style>
border-color css
<style>
span { border-color: #DDB514; }
span { border-color: rgb(221,181,20); }
td.TdClassName
{
border-color: #DDB514;
}
.TagClassName
{
border-color: #DDB514;
}
</style>