Shades of Sunflower #DDB400
Tints of Sunflower #DDB400
RGB
CMYK
RGB Variations
Color information
#DDB400 (or 0xDDB400) is known color: Sunflower. HEX triplet: DD, B4 and 00. RGB value is (221,180,0). Sum of RGB (Red+Green+Blue) = 221+180+0=401 (53% of max value = 765). Red value is 221 (86.72% from 255 or 55.11% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB400 is #224BFF. Grayscale: #ACACAC. Windows color (decimal): -2247680 or 46301. OLE color: 46301.
HSL color Cylindrical-coordinate representation of color #DDB400: hue angle of 48.87º 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 #DDB400 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.13 |
| HSL | 48.87º | 1% | 0.43% | - |
| HSV(B) | 48.87º | 1% | 0.87% | - |
| XYZ | 46.14 | 48.01 | 6.84 | - |
| YUV | 171.74 | 31.08 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 0 | 0 | 0.19 | 1 | 0.13 | 48.87 | 1 | 0.43 |
| Hex | DD | B4 | 0 | 0 | 13 | 64 | D | 31 | 64 | 2B |
| Octal | 335 | 264 | 0 | 0 | 23 | 144 | 15 | 61 | 144 | 53 |
| Binary | 11011101 | 10110100 | 0 | 0 | 10011 | 1100100 | 1101 | 110001 | 1100100 | 101011 |
Color Harmonies of #DDB400
Complementary color
Monochromatic Colors of #DDB400
Black with #DDB400
Text Example
Text Example
White with #DDB400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB400; }
p { color: rgb(221,180,0); }
H1.HeaderClassName
{
color: #DDB400;
}
.AnyTagClassName
{
color: #DDB400;
}
</style>
background-color css
<style>
a { background-color: #DDB400; }
a { background-color: rgb(221,180,0); }
div.DivClassName
{
background-color: #DDB400;
}
.BgClassName
{
background-color: #DDB400;
}
</style>
border-color css
<style>
span { border-color: #DDB400; }
span { border-color: rgb(221,180,0); }
td.TdClassName
{
border-color: #DDB400;
}
.TagClassName
{
border-color: #DDB400;
}
</style>