Shades of Sunflower #DDBB00
Tints of Sunflower #DDBB00
RGB
CMYK
RGB Variations
Color information
#DDBB00 (or 0xDDBB00) is known color: Sunflower. HEX triplet: DD, BB and 00. RGB value is (221,187,0). Sum of RGB (Red+Green+Blue) = 221+187+0=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 187 (73.44% from 255 or 45.83% from 408); Blue value is 0 (0.39% from 255 or 0% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBB00 is #2244FF. Grayscale: #B0B0B0. Windows color (decimal): -2245888 or 48093. OLE color: 48093.
HSL color Cylindrical-coordinate representation of color #DDBB00: hue angle of 50.77º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDBB00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 187 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.13 |
| HSL | 50.77º | 1% | 0.43% | - |
| HSV(B) | 50.77º | 1% | 0.87% | - |
| XYZ | 47.59 | 50.91 | 7.32 | - |
| YUV | 175.85 | 28.76 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 187 | 0 | 0 | 0.15 | 1 | 0.13 | 50.77 | 1 | 0.43 |
| Hex | DD | BB | 0 | 0 | F | 64 | D | 33 | 64 | 2B |
| Octal | 335 | 273 | 0 | 0 | 17 | 144 | 15 | 63 | 144 | 53 |
| Binary | 11011101 | 10111011 | 0 | 0 | 1111 | 1100100 | 1101 | 110011 | 1100100 | 101011 |
Color Harmonies of #DDBB00
Complementary color
Monochromatic Colors of #DDBB00
Black with #DDBB00
Text Example
Text Example
White with #DDBB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBB00; }
p { color: rgb(221,187,0); }
H1.HeaderClassName
{
color: #DDBB00;
}
.AnyTagClassName
{
color: #DDBB00;
}
</style>
background-color css
<style>
a { background-color: #DDBB00; }
a { background-color: rgb(221,187,0); }
div.DivClassName
{
background-color: #DDBB00;
}
.BgClassName
{
background-color: #DDBB00;
}
</style>
border-color css
<style>
span { border-color: #DDBB00; }
span { border-color: rgb(221,187,0); }
td.TdClassName
{
border-color: #DDBB00;
}
.TagClassName
{
border-color: #DDBB00;
}
</style>