Shades of Sunflower #DDC50A
Tints of Sunflower #DDC50A
RGB
CMYK
RGB Variations
Color information
#DDC50A (or 0xDDC50A) is known color: Sunflower. HEX triplet: DD, C5 and 0A. RGB value is (221,197,10). Sum of RGB (Red+Green+Blue) = 221+197+10=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 10 (4.30% from 255 or 2.34% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC50A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC50A is #223AF5. Grayscale: #B7B7B7. Windows color (decimal): -2243318 or 706013. OLE color: 706013.
HSL color Cylindrical-coordinate representation of color #DDC50A: hue angle of 53.18º 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 #DDC50A is Cyan = 0, Magento = 0.11, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 10 | - |
| CMYK | 0 | 0.11 | 0.95 | 0.13 |
| HSL | 53.18º | 0.91% | 0.45% | - |
| HSV(B) | 53.18º | 0.95% | 0.87% | - |
| XYZ | 49.84 | 55.33 | 8.34 | - |
| YUV | 182.86 | 30.45 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 10 | 0 | 0.11 | 0.95 | 0.13 | 53.18 | 0.91 | 0.45 |
| Hex | DD | C5 | A | 0 | B | 5F | D | 35 | 5B | 2D |
| Octal | 335 | 305 | 12 | 0 | 13 | 137 | 15 | 65 | 133 | 55 |
| Binary | 11011101 | 11000101 | 1010 | 0 | 1011 | 1011111 | 1101 | 110101 | 1011011 | 101101 |
Color Harmonies of #DDC50A
Complementary color
Monochromatic Colors of #DDC50A
Black with #DDC50A
Text Example
Text Example
White with #DDC50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC50A; }
p { color: rgb(221,197,10); }
H1.HeaderClassName
{
color: #DDC50A;
}
.AnyTagClassName
{
color: #DDC50A;
}
</style>
background-color css
<style>
a { background-color: #DDC50A; }
a { background-color: rgb(221,197,10); }
div.DivClassName
{
background-color: #DDC50A;
}
.BgClassName
{
background-color: #DDC50A;
}
</style>
border-color css
<style>
span { border-color: #DDC50A; }
span { border-color: rgb(221,197,10); }
td.TdClassName
{
border-color: #DDC50A;
}
.TagClassName
{
border-color: #DDC50A;
}
</style>