Shades of Sunflower #DDBC24
Tints of Sunflower #DDBC24
RGB
CMYK
RGB Variations
Color information
#DDBC24 (or 0xDDBC24) is known color: Sunflower. HEX triplet: DD, BC and 24. RGB value is (221,188,36). Sum of RGB (Red+Green+Blue) = 221+188+36=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 36 (14.45% from 255 or 8.09% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBC24 is #2243DB. Grayscale: #B5B5B5. Windows color (decimal): -2245596 or 2407645. OLE color: 2407645.
HSL color Cylindrical-coordinate representation of color #DDBC24: hue angle of 49.3º 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 #DDBC24 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 36 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.13 |
| HSL | 49.3º | 0.73% | 0.5% | - |
| HSV(B) | 49.3º | 0.84% | 0.87% | - |
| XYZ | 48.12 | 51.47 | 9.07 | - |
| YUV | 180.54 | 46.43 | 156.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 36 | 0 | 0.15 | 0.84 | 0.13 | 49.3 | 0.73 | 0.5 |
| Hex | DD | BC | 24 | 0 | F | 54 | D | 31 | 49 | 32 |
| Octal | 335 | 274 | 44 | 0 | 17 | 124 | 15 | 61 | 111 | 62 |
| Binary | 11011101 | 10111100 | 100100 | 0 | 1111 | 1010100 | 1101 | 110001 | 1001001 | 110010 |
Color Harmonies of #DDBC24
Complementary color
Monochromatic Colors of #DDBC24
Black with #DDBC24
Text Example
Text Example
White with #DDBC24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC24; }
p { color: rgb(221,188,36); }
H1.HeaderClassName
{
color: #DDBC24;
}
.AnyTagClassName
{
color: #DDBC24;
}
</style>
background-color css
<style>
a { background-color: #DDBC24; }
a { background-color: rgb(221,188,36); }
div.DivClassName
{
background-color: #DDBC24;
}
.BgClassName
{
background-color: #DDBC24;
}
</style>
border-color css
<style>
span { border-color: #DDBC24; }
span { border-color: rgb(221,188,36); }
td.TdClassName
{
border-color: #DDBC24;
}
.TagClassName
{
border-color: #DDBC24;
}
</style>