Shades of Sunflower #DDBB0A
Tints of Sunflower #DDBB0A
RGB
CMYK
RGB Variations
Color information
#DDBB0A (or 0xDDBB0A) is known color: Sunflower. HEX triplet: DD, BB and 0A. RGB value is (221,187,10). Sum of RGB (Red+Green+Blue) = 221+187+10=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 10 (4.30% from 255 or 2.39% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBB0A is #2244F5. Grayscale: #B1B1B1. Windows color (decimal): -2245878 or 703453. OLE color: 703453.
HSL color Cylindrical-coordinate representation of color #DDBB0A: hue angle of 50.33º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDBB0A is Cyan = 0, Magento = 0.15, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 10 | - |
| CMYK | 0 | 0.15 | 0.95 | 0.13 |
| HSL | 50.33º | 0.91% | 0.45% | - |
| HSV(B) | 50.33º | 0.95% | 0.87% | - |
| XYZ | 47.64 | 50.93 | 7.61 | - |
| YUV | 176.99 | 33.76 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 10 | 0 | 0.15 | 0.95 | 0.13 | 50.33 | 0.91 | 0.45 |
| Hex | DD | BB | A | 0 | F | 5F | D | 32 | 5B | 2D |
| Octal | 335 | 273 | 12 | 0 | 17 | 137 | 15 | 62 | 133 | 55 |
| Binary | 11011101 | 10111011 | 1010 | 0 | 1111 | 1011111 | 1101 | 110010 | 1011011 | 101101 |
Color Harmonies of #DDBB0A
Complementary color
Monochromatic Colors of #DDBB0A
Black with #DDBB0A
Text Example
Text Example
White with #DDBB0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB0A; }
p { color: rgb(221,187,10); }
H1.HeaderClassName
{
color: #DDBB0A;
}
.AnyTagClassName
{
color: #DDBB0A;
}
</style>
background-color css
<style>
a { background-color: #DDBB0A; }
a { background-color: rgb(221,187,10); }
div.DivClassName
{
background-color: #DDBB0A;
}
.BgClassName
{
background-color: #DDBB0A;
}
</style>
border-color css
<style>
span { border-color: #DDBB0A; }
span { border-color: rgb(221,187,10); }
td.TdClassName
{
border-color: #DDBB0A;
}
.TagClassName
{
border-color: #DDBB0A;
}
</style>