Shades of Sunflower #DDBD25
Tints of Sunflower #DDBD25
RGB
CMYK
RGB Variations
Color information
#DDBD25 (or 0xDDBD25) is known color: Sunflower. HEX triplet: DD, BD and 25. RGB value is (221,189,37). Sum of RGB (Red+Green+Blue) = 221+189+37=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 37 (14.84% from 255 or 8.28% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBD25 is #2242DA. Grayscale: #B5B5B5. Windows color (decimal): -2245339 or 2473437. OLE color: 2473437.
HSL color Cylindrical-coordinate representation of color #DDBD25: hue angle of 49.57º 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 #DDBD25 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 37 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.13 |
| HSL | 49.57º | 0.73% | 0.51% | - |
| HSV(B) | 49.57º | 0.83% | 0.87% | - |
| XYZ | 48.35 | 51.9 | 9.22 | - |
| YUV | 181.24 | 46.6 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 37 | 0 | 0.14 | 0.83 | 0.13 | 49.57 | 0.73 | 0.51 |
| Hex | DD | BD | 25 | 0 | E | 53 | D | 32 | 49 | 33 |
| Octal | 335 | 275 | 45 | 0 | 16 | 123 | 15 | 62 | 111 | 63 |
| Binary | 11011101 | 10111101 | 100101 | 0 | 1110 | 1010011 | 1101 | 110010 | 1001001 | 110011 |
Color Harmonies of #DDBD25
Complementary color
Monochromatic Colors of #DDBD25
Black with #DDBD25
Text Example
Text Example
White with #DDBD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD25; }
p { color: rgb(221,189,37); }
H1.HeaderClassName
{
color: #DDBD25;
}
.AnyTagClassName
{
color: #DDBD25;
}
</style>
background-color css
<style>
a { background-color: #DDBD25; }
a { background-color: rgb(221,189,37); }
div.DivClassName
{
background-color: #DDBD25;
}
.BgClassName
{
background-color: #DDBD25;
}
</style>
border-color css
<style>
span { border-color: #DDBD25; }
span { border-color: rgb(221,189,37); }
td.TdClassName
{
border-color: #DDBD25;
}
.TagClassName
{
border-color: #DDBD25;
}
</style>