Shades of Sunflower #DDC811
Tints of Sunflower #DDC811
RGB
CMYK
RGB Variations
Color information
#DDC811 (or 0xDDC811) is known color: Sunflower. HEX triplet: DD, C8 and 11. RGB value is (221,200,17). Sum of RGB (Red+Green+Blue) = 221+200+17=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 17 (7.03% from 255 or 3.88% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC811 is #2237EE. Grayscale: #BABABA. Windows color (decimal): -2242543 or 1165533. OLE color: 1165533.
HSL color Cylindrical-coordinate representation of color #DDC811: hue angle of 53.82º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDC811 is Cyan = 0, Magento = 0.10, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 17 | - |
| CMYK | 0 | 0.10 | 0.92 | 0.13 |
| HSL | 53.82º | 0.86% | 0.47% | - |
| HSV(B) | 53.82º | 0.92% | 0.87% | - |
| XYZ | 50.57 | 56.72 | 8.81 | - |
| YUV | 185.42 | 32.96 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 17 | 0 | 0.10 | 0.92 | 0.13 | 53.82 | 0.86 | 0.47 |
| Hex | DD | C8 | 11 | 0 | A | 5C | D | 36 | 56 | 2F |
| Octal | 335 | 310 | 21 | 0 | 12 | 134 | 15 | 66 | 126 | 57 |
| Binary | 11011101 | 11001000 | 10001 | 0 | 1010 | 1011100 | 1101 | 110110 | 1010110 | 101111 |
Color Harmonies of #DDC811
Complementary color
Monochromatic Colors of #DDC811
Black with #DDC811
Text Example
Text Example
White with #DDC811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC811; }
p { color: rgb(221,200,17); }
H1.HeaderClassName
{
color: #DDC811;
}
.AnyTagClassName
{
color: #DDC811;
}
</style>
background-color css
<style>
a { background-color: #DDC811; }
a { background-color: rgb(221,200,17); }
div.DivClassName
{
background-color: #DDC811;
}
.BgClassName
{
background-color: #DDC811;
}
</style>
border-color css
<style>
span { border-color: #DDC811; }
span { border-color: rgb(221,200,17); }
td.TdClassName
{
border-color: #DDC811;
}
.TagClassName
{
border-color: #DDC811;
}
</style>