Shades of Sunflower #DDBB0D
Tints of Sunflower #DDBB0D
RGB
CMYK
RGB Variations
Color information
#DDBB0D (or 0xDDBB0D) is known color: Sunflower. HEX triplet: DD, BB and 0D. RGB value is (221,187,13). Sum of RGB (Red+Green+Blue) = 221+187+13=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 187 (73.44% from 255 or 44.42% from 421); Blue value is 13 (5.47% from 255 or 3.09% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBB0D is #2244F2. Grayscale: #B2B2B2. Windows color (decimal): -2245875 or 900061. OLE color: 900061.
HSL color Cylindrical-coordinate representation of color #DDBB0D: hue angle of 50.19º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDBB0D is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 13 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.13 |
| HSL | 50.19º | 0.89% | 0.46% | - |
| HSV(B) | 50.19º | 0.94% | 0.87% | - |
| XYZ | 47.66 | 50.94 | 7.7 | - |
| YUV | 177.33 | 35.26 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 13 | 0 | 0.15 | 0.94 | 0.13 | 50.19 | 0.89 | 0.46 |
| Hex | DD | BB | D | 0 | F | 5E | D | 32 | 59 | 2E |
| Octal | 335 | 273 | 15 | 0 | 17 | 136 | 15 | 62 | 131 | 56 |
| Binary | 11011101 | 10111011 | 1101 | 0 | 1111 | 1011110 | 1101 | 110010 | 1011001 | 101110 |
Color Harmonies of #DDBB0D
Complementary color
Monochromatic Colors of #DDBB0D
Black with #DDBB0D
Text Example
Text Example
White with #DDBB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB0D; }
p { color: rgb(221,187,13); }
H1.HeaderClassName
{
color: #DDBB0D;
}
.AnyTagClassName
{
color: #DDBB0D;
}
</style>
background-color css
<style>
a { background-color: #DDBB0D; }
a { background-color: rgb(221,187,13); }
div.DivClassName
{
background-color: #DDBB0D;
}
.BgClassName
{
background-color: #DDBB0D;
}
</style>
border-color css
<style>
span { border-color: #DDBB0D; }
span { border-color: rgb(221,187,13); }
td.TdClassName
{
border-color: #DDBB0D;
}
.TagClassName
{
border-color: #DDBB0D;
}
</style>