Shades of Sunflower #DDC011
Tints of Sunflower #DDC011
RGB
CMYK
RGB Variations
Color information
#DDC011 (or 0xDDC011) is known color: Sunflower. HEX triplet: DD, C0 and 11. RGB value is (221,192,17). Sum of RGB (Red+Green+Blue) = 221+192+17=430 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.40% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 17 (7.03% from 255 or 3.95% from 430); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC011 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC011 is #223FEE. Grayscale: #B5B5B5. Windows color (decimal): -2244591 or 1163485. OLE color: 1163485.
HSL color Cylindrical-coordinate representation of color #DDC011: hue angle of 51.47º 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 #DDC011 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 17 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.13 |
| HSL | 51.47º | 0.86% | 0.47% | - |
| HSV(B) | 51.47º | 0.92% | 0.87% | - |
| XYZ | 48.77 | 53.11 | 8.21 | - |
| YUV | 180.72 | 35.61 | 156.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 17 | 0 | 0.13 | 0.92 | 0.13 | 51.47 | 0.86 | 0.47 |
| Hex | DD | C0 | 11 | 0 | D | 5C | D | 33 | 56 | 2F |
| Octal | 335 | 300 | 21 | 0 | 15 | 134 | 15 | 63 | 126 | 57 |
| Binary | 11011101 | 11000000 | 10001 | 0 | 1101 | 1011100 | 1101 | 110011 | 1010110 | 101111 |
Color Harmonies of #DDC011
Complementary color
Monochromatic Colors of #DDC011
Black with #DDC011
Text Example
Text Example
White with #DDC011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC011; }
p { color: rgb(221,192,17); }
H1.HeaderClassName
{
color: #DDC011;
}
.AnyTagClassName
{
color: #DDC011;
}
</style>
background-color css
<style>
a { background-color: #DDC011; }
a { background-color: rgb(221,192,17); }
div.DivClassName
{
background-color: #DDC011;
}
.BgClassName
{
background-color: #DDC011;
}
</style>
border-color css
<style>
span { border-color: #DDC011; }
span { border-color: rgb(221,192,17); }
td.TdClassName
{
border-color: #DDC011;
}
.TagClassName
{
border-color: #DDC011;
}
</style>