Shades of Sunflower #DDB216
Tints of Sunflower #DDB216
RGB
CMYK
RGB Variations
Color information
#DDB216 (or 0xDDB216) is known color: Sunflower. HEX triplet: DD, B2 and 16. RGB value is (221,178,22). Sum of RGB (Red+Green+Blue) = 221+178+22=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB216 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DDB216 is #224DE9. Grayscale: #ADADAD. Windows color (decimal): -2248170 or 1487581. OLE color: 1487581.
HSL color Cylindrical-coordinate representation of color #DDB216: hue angle of 47.04º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDB216 is Cyan = 0, Magento = 0.19, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 22 | - |
| CMYK | 0 | 0.19 | 0.90 | 0.13 |
| HSL | 47.04º | 0.82% | 0.48% | - |
| HSV(B) | 47.04º | 0.9% | 0.87% | - |
| XYZ | 45.88 | 47.27 | 7.46 | - |
| YUV | 173.07 | 42.75 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 22 | 0 | 0.19 | 0.90 | 0.13 | 47.04 | 0.82 | 0.48 |
| Hex | DD | B2 | 16 | 0 | 13 | 5A | D | 2F | 52 | 30 |
| Octal | 335 | 262 | 26 | 0 | 23 | 132 | 15 | 57 | 122 | 60 |
| Binary | 11011101 | 10110010 | 10110 | 0 | 10011 | 1011010 | 1101 | 101111 | 1010010 | 110000 |
Color Harmonies of #DDB216
Complementary color
Monochromatic Colors of #DDB216
Black with #DDB216
Text Example
Text Example
White with #DDB216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB216; }
p { color: rgb(221,178,22); }
H1.HeaderClassName
{
color: #DDB216;
}
.AnyTagClassName
{
color: #DDB216;
}
</style>
background-color css
<style>
a { background-color: #DDB216; }
a { background-color: rgb(221,178,22); }
div.DivClassName
{
background-color: #DDB216;
}
.BgClassName
{
background-color: #DDB216;
}
</style>
border-color css
<style>
span { border-color: #DDB216; }
span { border-color: rgb(221,178,22); }
td.TdClassName
{
border-color: #DDB216;
}
.TagClassName
{
border-color: #DDB216;
}
</style>