Shades of Sunflower #DDBC00
Tints of Sunflower #DDBC00
RGB
CMYK
RGB Variations
Color information
#DDBC00 (or 0xDDBC00) is known color: Sunflower. HEX triplet: DD, BC and 00. RGB value is (221,188,0). Sum of RGB (Red+Green+Blue) = 221+188+0=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 188 (73.83% from 255 or 45.97% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBC00 is #2243FF. Grayscale: #B1B1B1. Windows color (decimal): -2245632 or 48349. OLE color: 48349.
HSL color Cylindrical-coordinate representation of color #DDBC00: hue angle of 51.04º 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 #DDBC00 is Cyan = 0, Magento = 0.15, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 0 | - |
| CMYK | 0 | 0.15 | 1 | 0.13 |
| HSL | 51.04º | 1% | 0.43% | - |
| HSV(B) | 51.04º | 1% | 0.87% | - |
| XYZ | 47.8 | 51.34 | 7.39 | - |
| YUV | 176.44 | 28.43 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 0 | 0 | 0.15 | 1 | 0.13 | 51.04 | 1 | 0.43 |
| Hex | DD | BC | 0 | 0 | F | 64 | D | 33 | 64 | 2B |
| Octal | 335 | 274 | 0 | 0 | 17 | 144 | 15 | 63 | 144 | 53 |
| Binary | 11011101 | 10111100 | 0 | 0 | 1111 | 1100100 | 1101 | 110011 | 1100100 | 101011 |
Color Harmonies of #DDBC00
Complementary color
Monochromatic Colors of #DDBC00
Black with #DDBC00
Text Example
Text Example
White with #DDBC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC00; }
p { color: rgb(221,188,0); }
H1.HeaderClassName
{
color: #DDBC00;
}
.AnyTagClassName
{
color: #DDBC00;
}
</style>
background-color css
<style>
a { background-color: #DDBC00; }
a { background-color: rgb(221,188,0); }
div.DivClassName
{
background-color: #DDBC00;
}
.BgClassName
{
background-color: #DDBC00;
}
</style>
border-color css
<style>
span { border-color: #DDBC00; }
span { border-color: rgb(221,188,0); }
td.TdClassName
{
border-color: #DDBC00;
}
.TagClassName
{
border-color: #DDBC00;
}
</style>