Shades of Sunflower #DDBD26
Tints of Sunflower #DDBD26
RGB
CMYK
RGB Variations
Color information
#DDBD26 (or 0xDDBD26) is known color: Sunflower. HEX triplet: DD, BD and 26. RGB value is (221,189,38). Sum of RGB (Red+Green+Blue) = 221+189+38=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 38 (15.23% from 255 or 8.48% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBD26 is #2242D9. Grayscale: #B5B5B5. Windows color (decimal): -2245338 or 2538973. OLE color: 2538973.
HSL color Cylindrical-coordinate representation of color #DDBD26: hue angle of 49.51º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDBD26 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 38 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.13 |
| HSL | 49.51º | 0.73% | 0.51% | - |
| HSV(B) | 49.51º | 0.83% | 0.87% | - |
| XYZ | 48.37 | 51.91 | 9.3 | - |
| YUV | 181.35 | 47.1 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 38 | 0 | 0.14 | 0.83 | 0.13 | 49.51 | 0.73 | 0.51 |
| Hex | DD | BD | 26 | 0 | E | 53 | D | 32 | 49 | 33 |
| Octal | 335 | 275 | 46 | 0 | 16 | 123 | 15 | 62 | 111 | 63 |
| Binary | 11011101 | 10111101 | 100110 | 0 | 1110 | 1010011 | 1101 | 110010 | 1001001 | 110011 |
Color Harmonies of #DDBD26
Complementary color
Monochromatic Colors of #DDBD26
Black with #DDBD26
Text Example
Text Example
White with #DDBD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD26; }
p { color: rgb(221,189,38); }
H1.HeaderClassName
{
color: #DDBD26;
}
.AnyTagClassName
{
color: #DDBD26;
}
</style>
background-color css
<style>
a { background-color: #DDBD26; }
a { background-color: rgb(221,189,38); }
div.DivClassName
{
background-color: #DDBD26;
}
.BgClassName
{
background-color: #DDBD26;
}
</style>
border-color css
<style>
span { border-color: #DDBD26; }
span { border-color: rgb(221,189,38); }
td.TdClassName
{
border-color: #DDBD26;
}
.TagClassName
{
border-color: #DDBD26;
}
</style>