Shades of Sunflower #DDBB1E
Tints of Sunflower #DDBB1E
RGB
CMYK
RGB Variations
Color information
#DDBB1E (or 0xDDBB1E) is known color: Sunflower. HEX triplet: DD, BB and 1E. RGB value is (221,187,30). Sum of RGB (Red+Green+Blue) = 221+187+30=438 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.46% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 30 (12.11% from 255 or 6.85% from 438); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBB1E is #2244E1. Grayscale: #B3B3B3. Windows color (decimal): -2245858 or 2014173. OLE color: 2014173.
HSL color Cylindrical-coordinate representation of color #DDBB1E: hue angle of 49.32º 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 #DDBB1E is Cyan = 0, Magento = 0.15, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 30 | - |
| CMYK | 0 | 0.15 | 0.86 | 0.13 |
| HSL | 49.32º | 0.76% | 0.49% | - |
| HSV(B) | 49.32º | 0.86% | 0.87% | - |
| XYZ | 47.82 | 51.01 | 8.55 | - |
| YUV | 179.27 | 43.76 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 30 | 0 | 0.15 | 0.86 | 0.13 | 49.32 | 0.76 | 0.49 |
| Hex | DD | BB | 1E | 0 | F | 56 | D | 31 | 4C | 31 |
| Octal | 335 | 273 | 36 | 0 | 17 | 126 | 15 | 61 | 114 | 61 |
| Binary | 11011101 | 10111011 | 11110 | 0 | 1111 | 1010110 | 1101 | 110001 | 1001100 | 110001 |
Color Harmonies of #DDBB1E
Complementary color
Monochromatic Colors of #DDBB1E
Black with #DDBB1E
Text Example
Text Example
White with #DDBB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB1E; }
p { color: rgb(221,187,30); }
H1.HeaderClassName
{
color: #DDBB1E;
}
.AnyTagClassName
{
color: #DDBB1E;
}
</style>
background-color css
<style>
a { background-color: #DDBB1E; }
a { background-color: rgb(221,187,30); }
div.DivClassName
{
background-color: #DDBB1E;
}
.BgClassName
{
background-color: #DDBB1E;
}
</style>
border-color css
<style>
span { border-color: #DDBB1E; }
span { border-color: rgb(221,187,30); }
td.TdClassName
{
border-color: #DDBB1E;
}
.TagClassName
{
border-color: #DDBB1E;
}
</style>