Shades of Sunflower #DDC618
Tints of Sunflower #DDC618
RGB
CMYK
RGB Variations
Color information
#DDC618 (or 0xDDC618) is known color: Sunflower. HEX triplet: DD, C6 and 18. RGB value is (221,198,24). Sum of RGB (Red+Green+Blue) = 221+198+24=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 198 (77.73% from 255 or 44.70% from 443); Blue value is 24 (9.77% from 255 or 5.42% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC618 is #2239E7. Grayscale: #B9B9B9. Windows color (decimal): -2243048 or 1623773. OLE color: 1623773.
HSL color Cylindrical-coordinate representation of color #DDC618: hue angle of 52.99º 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 #DDC618 is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 24 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.13 |
| HSL | 52.99º | 0.8% | 0.48% | - |
| HSV(B) | 52.99º | 0.89% | 0.87% | - |
| XYZ | 50.18 | 55.83 | 9 | - |
| YUV | 185.04 | 37.12 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 24 | 0 | 0.10 | 0.89 | 0.13 | 52.99 | 0.8 | 0.48 |
| Hex | DD | C6 | 18 | 0 | A | 59 | D | 35 | 50 | 30 |
| Octal | 335 | 306 | 30 | 0 | 12 | 131 | 15 | 65 | 120 | 60 |
| Binary | 11011101 | 11000110 | 11000 | 0 | 1010 | 1011001 | 1101 | 110101 | 1010000 | 110000 |
Color Harmonies of #DDC618
Complementary color
Monochromatic Colors of #DDC618
Black with #DDC618
Text Example
Text Example
White with #DDC618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC618; }
p { color: rgb(221,198,24); }
H1.HeaderClassName
{
color: #DDC618;
}
.AnyTagClassName
{
color: #DDC618;
}
</style>
background-color css
<style>
a { background-color: #DDC618; }
a { background-color: rgb(221,198,24); }
div.DivClassName
{
background-color: #DDC618;
}
.BgClassName
{
background-color: #DDC618;
}
</style>
border-color css
<style>
span { border-color: #DDC618; }
span { border-color: rgb(221,198,24); }
td.TdClassName
{
border-color: #DDC618;
}
.TagClassName
{
border-color: #DDC618;
}
</style>