Shades of Sunflower #DDB618
Tints of Sunflower #DDB618
RGB
CMYK
RGB Variations
Color information
#DDB618 (or 0xDDB618) is known color: Sunflower. HEX triplet: DD, B6 and 18. RGB value is (221,182,24). Sum of RGB (Red+Green+Blue) = 221+182+24=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 182 (71.48% from 255 or 42.62% from 427); Blue value is 24 (9.77% from 255 or 5.62% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB618 is #2249E7. Grayscale: #B0B0B0. Windows color (decimal): -2247144 or 1619677. OLE color: 1619677.
HSL color Cylindrical-coordinate representation of color #DDB618: hue angle of 48.12º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDB618 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 24 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.13 |
| HSL | 48.12º | 0.8% | 0.48% | - |
| HSV(B) | 48.12º | 0.89% | 0.87% | - |
| XYZ | 46.71 | 48.89 | 7.84 | - |
| YUV | 175.65 | 42.42 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 24 | 0 | 0.18 | 0.89 | 0.13 | 48.12 | 0.8 | 0.48 |
| Hex | DD | B6 | 18 | 0 | 12 | 59 | D | 30 | 50 | 30 |
| Octal | 335 | 266 | 30 | 0 | 22 | 131 | 15 | 60 | 120 | 60 |
| Binary | 11011101 | 10110110 | 11000 | 0 | 10010 | 1011001 | 1101 | 110000 | 1010000 | 110000 |
Color Harmonies of #DDB618
Complementary color
Monochromatic Colors of #DDB618
Black with #DDB618
Text Example
Text Example
White with #DDB618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB618; }
p { color: rgb(221,182,24); }
H1.HeaderClassName
{
color: #DDB618;
}
.AnyTagClassName
{
color: #DDB618;
}
</style>
background-color css
<style>
a { background-color: #DDB618; }
a { background-color: rgb(221,182,24); }
div.DivClassName
{
background-color: #DDB618;
}
.BgClassName
{
background-color: #DDB618;
}
</style>
border-color css
<style>
span { border-color: #DDB618; }
span { border-color: rgb(221,182,24); }
td.TdClassName
{
border-color: #DDB618;
}
.TagClassName
{
border-color: #DDB618;
}
</style>