Shades of Sunflower #DDC90A
Tints of Sunflower #DDC90A
RGB
CMYK
RGB Variations
Color information
#DDC90A (or 0xDDC90A) is known color: Sunflower. HEX triplet: DD, C9 and 0A. RGB value is (221,201,10). Sum of RGB (Red+Green+Blue) = 221+201+10=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 201 (78.91% from 255 or 46.53% from 432); Blue value is 10 (4.30% from 255 or 2.31% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC90A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC90A is #2236F5. Grayscale: #B9B9B9. Windows color (decimal): -2242294 or 707037. OLE color: 707037.
HSL color Cylindrical-coordinate representation of color #DDC90A: hue angle of 54.31º 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 #DDC90A is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 10 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.13 |
| HSL | 54.31º | 0.91% | 0.45% | - |
| HSV(B) | 54.31º | 0.95% | 0.87% | - |
| XYZ | 50.76 | 57.17 | 8.65 | - |
| YUV | 185.21 | 29.13 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 10 | 0 | 0.09 | 0.95 | 0.13 | 54.31 | 0.91 | 0.45 |
| Hex | DD | C9 | A | 0 | 9 | 5F | D | 36 | 5B | 2D |
| Octal | 335 | 311 | 12 | 0 | 11 | 137 | 15 | 66 | 133 | 55 |
| Binary | 11011101 | 11001001 | 1010 | 0 | 1001 | 1011111 | 1101 | 110110 | 1011011 | 101101 |
Color Harmonies of #DDC90A
Complementary color
Monochromatic Colors of #DDC90A
Black with #DDC90A
Text Example
Text Example
White with #DDC90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC90A; }
p { color: rgb(221,201,10); }
H1.HeaderClassName
{
color: #DDC90A;
}
.AnyTagClassName
{
color: #DDC90A;
}
</style>
background-color css
<style>
a { background-color: #DDC90A; }
a { background-color: rgb(221,201,10); }
div.DivClassName
{
background-color: #DDC90A;
}
.BgClassName
{
background-color: #DDC90A;
}
</style>
border-color css
<style>
span { border-color: #DDC90A; }
span { border-color: rgb(221,201,10); }
td.TdClassName
{
border-color: #DDC90A;
}
.TagClassName
{
border-color: #DDC90A;
}
</style>