Shades of Sunflower #DDC10A
Tints of Sunflower #DDC10A
RGB
CMYK
RGB Variations
Color information
#DDC10A (or 0xDDC10A) is known color: Sunflower. HEX triplet: DD, C1 and 0A. RGB value is (221,193,10). Sum of RGB (Red+Green+Blue) = 221+193+10=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 193 (75.78% from 255 or 45.52% from 424); Blue value is 10 (4.30% from 255 or 2.36% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC10A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC10A is #223EF5. Grayscale: #B5B5B5. Windows color (decimal): -2244342 or 704989. OLE color: 704989.
HSL color Cylindrical-coordinate representation of color #DDC10A: hue angle of 52.04º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDC10A is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 10 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.13 |
| HSL | 52.04º | 0.91% | 0.45% | - |
| HSV(B) | 52.04º | 0.95% | 0.87% | - |
| XYZ | 48.94 | 53.53 | 8.04 | - |
| YUV | 180.51 | 31.78 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 10 | 0 | 0.13 | 0.95 | 0.13 | 52.04 | 0.91 | 0.45 |
| Hex | DD | C1 | A | 0 | D | 5F | D | 34 | 5B | 2D |
| Octal | 335 | 301 | 12 | 0 | 15 | 137 | 15 | 64 | 133 | 55 |
| Binary | 11011101 | 11000001 | 1010 | 0 | 1101 | 1011111 | 1101 | 110100 | 1011011 | 101101 |
Color Harmonies of #DDC10A
Complementary color
Monochromatic Colors of #DDC10A
Black with #DDC10A
Text Example
Text Example
White with #DDC10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC10A; }
p { color: rgb(221,193,10); }
H1.HeaderClassName
{
color: #DDC10A;
}
.AnyTagClassName
{
color: #DDC10A;
}
</style>
background-color css
<style>
a { background-color: #DDC10A; }
a { background-color: rgb(221,193,10); }
div.DivClassName
{
background-color: #DDC10A;
}
.BgClassName
{
background-color: #DDC10A;
}
</style>
border-color css
<style>
span { border-color: #DDC10A; }
span { border-color: rgb(221,193,10); }
td.TdClassName
{
border-color: #DDC10A;
}
.TagClassName
{
border-color: #DDC10A;
}
</style>