Shades of Sunflower #DDBB10
Tints of Sunflower #DDBB10
RGB
CMYK
RGB Variations
Color information
#DDBB10 (or 0xDDBB10) is known color: Sunflower. HEX triplet: DD, BB and 10. RGB value is (221,187,16). Sum of RGB (Red+Green+Blue) = 221+187+16=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 16 (6.64% from 255 or 3.77% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBB10 is #2244EF. Grayscale: #B2B2B2. Windows color (decimal): -2245872 or 1096669. OLE color: 1096669.
HSL color Cylindrical-coordinate representation of color #DDBB10: hue angle of 50.05º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDBB10 is Cyan = 0, Magento = 0.15, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 16 | - |
| CMYK | 0 | 0.15 | 0.93 | 0.13 |
| HSL | 50.05º | 0.86% | 0.46% | - |
| HSV(B) | 50.05º | 0.93% | 0.87% | - |
| XYZ | 47.68 | 50.95 | 7.81 | - |
| YUV | 177.67 | 36.76 | 158.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 16 | 0 | 0.15 | 0.93 | 0.13 | 50.05 | 0.86 | 0.46 |
| Hex | DD | BB | 10 | 0 | F | 5D | D | 32 | 56 | 2E |
| Octal | 335 | 273 | 20 | 0 | 17 | 135 | 15 | 62 | 126 | 56 |
| Binary | 11011101 | 10111011 | 10000 | 0 | 1111 | 1011101 | 1101 | 110010 | 1010110 | 101110 |
Color Harmonies of #DDBB10
Complementary color
Monochromatic Colors of #DDBB10
Black with #DDBB10
Text Example
Text Example
White with #DDBB10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB10; }
p { color: rgb(221,187,16); }
H1.HeaderClassName
{
color: #DDBB10;
}
.AnyTagClassName
{
color: #DDBB10;
}
</style>
background-color css
<style>
a { background-color: #DDBB10; }
a { background-color: rgb(221,187,16); }
div.DivClassName
{
background-color: #DDBB10;
}
.BgClassName
{
background-color: #DDBB10;
}
</style>
border-color css
<style>
span { border-color: #DDBB10; }
span { border-color: rgb(221,187,16); }
td.TdClassName
{
border-color: #DDBB10;
}
.TagClassName
{
border-color: #DDBB10;
}
</style>