Shades of Sunflower #DDB615
Tints of Sunflower #DDB615
RGB
CMYK
RGB Variations
Color information
#DDB615 (or 0xDDB615) is known color: Sunflower. HEX triplet: DD, B6 and 15. RGB value is (221,182,21). Sum of RGB (Red+Green+Blue) = 221+182+21=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 182 (71.48% from 255 or 42.92% from 424); Blue value is 21 (8.59% from 255 or 4.95% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB615 is #2249EA. Grayscale: #AFAFAF. Windows color (decimal): -2247147 or 1423069. OLE color: 1423069.
HSL color Cylindrical-coordinate representation of color #DDB615: hue angle of 48.3º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDB615 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 21 | - |
| CMYK | 0 | 0.18 | 0.90 | 0.13 |
| HSL | 48.3º | 0.83% | 0.47% | - |
| HSV(B) | 48.3º | 0.9% | 0.87% | - |
| XYZ | 46.68 | 48.88 | 7.68 | - |
| YUV | 175.31 | 40.92 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 21 | 0 | 0.18 | 0.90 | 0.13 | 48.3 | 0.83 | 0.47 |
| Hex | DD | B6 | 15 | 0 | 12 | 5A | D | 30 | 53 | 2F |
| Octal | 335 | 266 | 25 | 0 | 22 | 132 | 15 | 60 | 123 | 57 |
| Binary | 11011101 | 10110110 | 10101 | 0 | 10010 | 1011010 | 1101 | 110000 | 1010011 | 101111 |
Color Harmonies of #DDB615
Complementary color
Monochromatic Colors of #DDB615
Black with #DDB615
Text Example
Text Example
White with #DDB615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB615; }
p { color: rgb(221,182,21); }
H1.HeaderClassName
{
color: #DDB615;
}
.AnyTagClassName
{
color: #DDB615;
}
</style>
background-color css
<style>
a { background-color: #DDB615; }
a { background-color: rgb(221,182,21); }
div.DivClassName
{
background-color: #DDB615;
}
.BgClassName
{
background-color: #DDB615;
}
</style>
border-color css
<style>
span { border-color: #DDB615; }
span { border-color: rgb(221,182,21); }
td.TdClassName
{
border-color: #DDB615;
}
.TagClassName
{
border-color: #DDB615;
}
</style>