Shades of Sunflower #DDBD24
Tints of Sunflower #DDBD24
RGB
CMYK
RGB Variations
Color information
#DDBD24 (or 0xDDBD24) is known color: Sunflower. HEX triplet: DD, BD and 24. RGB value is (221,189,36). Sum of RGB (Red+Green+Blue) = 221+189+36=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 36 (14.45% from 255 or 8.07% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBD24 is #2242DB. Grayscale: #B5B5B5. Windows color (decimal): -2245340 or 2407901. OLE color: 2407901.
HSL color Cylindrical-coordinate representation of color #DDBD24: hue angle of 49.62º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDBD24 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 36 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.13 |
| HSL | 49.62º | 0.73% | 0.5% | - |
| HSV(B) | 49.62º | 0.84% | 0.87% | - |
| XYZ | 48.33 | 51.89 | 9.14 | - |
| YUV | 181.13 | 46.1 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 36 | 0 | 0.14 | 0.84 | 0.13 | 49.62 | 0.73 | 0.5 |
| Hex | DD | BD | 24 | 0 | E | 54 | D | 32 | 49 | 32 |
| Octal | 335 | 275 | 44 | 0 | 16 | 124 | 15 | 62 | 111 | 62 |
| Binary | 11011101 | 10111101 | 100100 | 0 | 1110 | 1010100 | 1101 | 110010 | 1001001 | 110010 |
Color Harmonies of #DDBD24
Complementary color
Monochromatic Colors of #DDBD24
Black with #DDBD24
Text Example
Text Example
White with #DDBD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD24; }
p { color: rgb(221,189,36); }
H1.HeaderClassName
{
color: #DDBD24;
}
.AnyTagClassName
{
color: #DDBD24;
}
</style>
background-color css
<style>
a { background-color: #DDBD24; }
a { background-color: rgb(221,189,36); }
div.DivClassName
{
background-color: #DDBD24;
}
.BgClassName
{
background-color: #DDBD24;
}
</style>
border-color css
<style>
span { border-color: #DDBD24; }
span { border-color: rgb(221,189,36); }
td.TdClassName
{
border-color: #DDBD24;
}
.TagClassName
{
border-color: #DDBD24;
}
</style>