Shades of Sunflower #DDB90A
Tints of Sunflower #DDB90A
RGB
CMYK
RGB Variations
Color information
#DDB90A (or 0xDDB90A) is known color: Sunflower. HEX triplet: DD, B9 and 0A. RGB value is (221,185,10). Sum of RGB (Red+Green+Blue) = 221+185+10=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 10 (4.30% from 255 or 2.40% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB90A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB90A is #2246F5. Grayscale: #B0B0B0. Windows color (decimal): -2246390 or 702941. OLE color: 702941.
HSL color Cylindrical-coordinate representation of color #DDB90A: hue angle of 49.76º 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 #DDB90A is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 10 | - |
| CMYK | 0 | 0.16 | 0.95 | 0.13 |
| HSL | 49.76º | 0.91% | 0.45% | - |
| HSV(B) | 49.76º | 0.95% | 0.87% | - |
| XYZ | 47.22 | 50.09 | 7.47 | - |
| YUV | 175.81 | 34.43 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 10 | 0 | 0.16 | 0.95 | 0.13 | 49.76 | 0.91 | 0.45 |
| Hex | DD | B9 | A | 0 | 10 | 5F | D | 32 | 5B | 2D |
| Octal | 335 | 271 | 12 | 0 | 20 | 137 | 15 | 62 | 133 | 55 |
| Binary | 11011101 | 10111001 | 1010 | 0 | 10000 | 1011111 | 1101 | 110010 | 1011011 | 101101 |
Color Harmonies of #DDB90A
Complementary color
Monochromatic Colors of #DDB90A
Black with #DDB90A
Text Example
Text Example
White with #DDB90A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB90A; }
p { color: rgb(221,185,10); }
H1.HeaderClassName
{
color: #DDB90A;
}
.AnyTagClassName
{
color: #DDB90A;
}
</style>
background-color css
<style>
a { background-color: #DDB90A; }
a { background-color: rgb(221,185,10); }
div.DivClassName
{
background-color: #DDB90A;
}
.BgClassName
{
background-color: #DDB90A;
}
</style>
border-color css
<style>
span { border-color: #DDB90A; }
span { border-color: rgb(221,185,10); }
td.TdClassName
{
border-color: #DDB90A;
}
.TagClassName
{
border-color: #DDB90A;
}
</style>