Shades of Sunflower #DDB500
Tints of Sunflower #DDB500
RGB
CMYK
RGB Variations
Color information
#DDB500 (or 0xDDB500) is known color: Sunflower. HEX triplet: DD, B5 and 00. RGB value is (221,181,0). Sum of RGB (Red+Green+Blue) = 221+181+0=402 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.98% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB500 is #224AFF. Grayscale: #ADADAD. Windows color (decimal): -2247424 or 46557. OLE color: 46557.
HSL color Cylindrical-coordinate representation of color #DDB500: hue angle of 49.14º 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 #DDB500 is Cyan = 0, Magento = 0.18, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 0 | - |
| CMYK | 0 | 0.18 | 1 | 0.13 |
| HSL | 49.14º | 1% | 0.43% | - |
| HSV(B) | 49.14º | 1% | 0.87% | - |
| XYZ | 46.34 | 48.42 | 6.9 | - |
| YUV | 172.33 | 30.75 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 0 | 0 | 0.18 | 1 | 0.13 | 49.14 | 1 | 0.43 |
| Hex | DD | B5 | 0 | 0 | 12 | 64 | D | 31 | 64 | 2B |
| Octal | 335 | 265 | 0 | 0 | 22 | 144 | 15 | 61 | 144 | 53 |
| Binary | 11011101 | 10110101 | 0 | 0 | 10010 | 1100100 | 1101 | 110001 | 1100100 | 101011 |
Color Harmonies of #DDB500
Complementary color
Monochromatic Colors of #DDB500
Black with #DDB500
Text Example
Text Example
White with #DDB500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB500; }
p { color: rgb(221,181,0); }
H1.HeaderClassName
{
color: #DDB500;
}
.AnyTagClassName
{
color: #DDB500;
}
</style>
background-color css
<style>
a { background-color: #DDB500; }
a { background-color: rgb(221,181,0); }
div.DivClassName
{
background-color: #DDB500;
}
.BgClassName
{
background-color: #DDB500;
}
</style>
border-color css
<style>
span { border-color: #DDB500; }
span { border-color: rgb(221,181,0); }
td.TdClassName
{
border-color: #DDB500;
}
.TagClassName
{
border-color: #DDB500;
}
</style>