Shades of Sunflower #DDBC1E
Tints of Sunflower #DDBC1E
RGB
CMYK
RGB Variations
Color information
#DDBC1E (or 0xDDBC1E) is known color: Sunflower. HEX triplet: DD, BC and 1E. RGB value is (221,188,30). Sum of RGB (Red+Green+Blue) = 221+188+30=439 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.34% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 30 (12.11% from 255 or 6.83% from 439); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBC1E is #2243E1. Grayscale: #B4B4B4. Windows color (decimal): -2245602 or 2014429. OLE color: 2014429.
HSL color Cylindrical-coordinate representation of color #DDBC1E: hue angle of 49.63º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDBC1E is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 30 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.13 |
| HSL | 49.63º | 0.76% | 0.49% | - |
| HSV(B) | 49.63º | 0.86% | 0.87% | - |
| XYZ | 48.04 | 51.43 | 8.62 | - |
| YUV | 179.86 | 43.43 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 30 | 0 | 0.15 | 0.86 | 0.13 | 49.63 | 0.76 | 0.49 |
| Hex | DD | BC | 1E | 0 | F | 56 | D | 32 | 4C | 31 |
| Octal | 335 | 274 | 36 | 0 | 17 | 126 | 15 | 62 | 114 | 61 |
| Binary | 11011101 | 10111100 | 11110 | 0 | 1111 | 1010110 | 1101 | 110010 | 1001100 | 110001 |
Color Harmonies of #DDBC1E
Complementary color
Monochromatic Colors of #DDBC1E
Black with #DDBC1E
Text Example
Text Example
White with #DDBC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC1E; }
p { color: rgb(221,188,30); }
H1.HeaderClassName
{
color: #DDBC1E;
}
.AnyTagClassName
{
color: #DDBC1E;
}
</style>
background-color css
<style>
a { background-color: #DDBC1E; }
a { background-color: rgb(221,188,30); }
div.DivClassName
{
background-color: #DDBC1E;
}
.BgClassName
{
background-color: #DDBC1E;
}
</style>
border-color css
<style>
span { border-color: #DDBC1E; }
span { border-color: rgb(221,188,30); }
td.TdClassName
{
border-color: #DDBC1E;
}
.TagClassName
{
border-color: #DDBC1E;
}
</style>