Shades of Sunflower #DDBB07
Tints of Sunflower #DDBB07
RGB
CMYK
RGB Variations
Color information
#DDBB07 (or 0xDDBB07) is known color: Sunflower. HEX triplet: DD, BB and 07. RGB value is (221,187,7). Sum of RGB (Red+Green+Blue) = 221+187+7=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 187 (73.44% from 255 or 45.06% from 415); Blue value is 7 (3.12% from 255 or 1.69% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB07 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBB07 is #2244F8. Grayscale: #B1B1B1. Windows color (decimal): -2245881 or 506845. OLE color: 506845.
HSL color Cylindrical-coordinate representation of color #DDBB07: hue angle of 50.47º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DDBB07 is Cyan = 0, Magento = 0.15, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 7 | - |
| CMYK | 0 | 0.15 | 0.97 | 0.13 |
| HSL | 50.47º | 0.94% | 0.45% | - |
| HSV(B) | 50.47º | 0.97% | 0.87% | - |
| XYZ | 47.63 | 50.93 | 7.52 | - |
| YUV | 176.65 | 32.26 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 7 | 0 | 0.15 | 0.97 | 0.13 | 50.47 | 0.94 | 0.45 |
| Hex | DD | BB | 7 | 0 | F | 61 | D | 32 | 5E | 2D |
| Octal | 335 | 273 | 7 | 0 | 17 | 141 | 15 | 62 | 136 | 55 |
| Binary | 11011101 | 10111011 | 111 | 0 | 1111 | 1100001 | 1101 | 110010 | 1011110 | 101101 |
Color Harmonies of #DDBB07
Complementary color
Monochromatic Colors of #DDBB07
Black with #DDBB07
Text Example
Text Example
White with #DDBB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB07; }
p { color: rgb(221,187,7); }
H1.HeaderClassName
{
color: #DDBB07;
}
.AnyTagClassName
{
color: #DDBB07;
}
</style>
background-color css
<style>
a { background-color: #DDBB07; }
a { background-color: rgb(221,187,7); }
div.DivClassName
{
background-color: #DDBB07;
}
.BgClassName
{
background-color: #DDBB07;
}
</style>
border-color css
<style>
span { border-color: #DDBB07; }
span { border-color: rgb(221,187,7); }
td.TdClassName
{
border-color: #DDBB07;
}
.TagClassName
{
border-color: #DDBB07;
}
</style>