Shades of Sunflower #DDB900
Tints of Sunflower #DDB900
RGB
CMYK
RGB Variations
Color information
#DDB900 (or 0xDDB900) is known color: Sunflower. HEX triplet: DD, B9 and 00. RGB value is (221,185,0). Sum of RGB (Red+Green+Blue) = 221+185+0=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 185 (72.66% from 255 or 45.57% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB900 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB900 is #2246FF. Grayscale: #AFAFAF. Windows color (decimal): -2246400 or 47581. OLE color: 47581.
HSL color Cylindrical-coordinate representation of color #DDB900: hue angle of 50.23º 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 #DDB900 is Cyan = 0, Magento = 0.16, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 0 | - |
| CMYK | 0 | 0.16 | 1 | 0.13 |
| HSL | 50.23º | 1% | 0.43% | - |
| HSV(B) | 50.23º | 1% | 0.87% | - |
| XYZ | 47.17 | 50.07 | 7.18 | - |
| YUV | 174.67 | 29.43 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 0 | 0 | 0.16 | 1 | 0.13 | 50.23 | 1 | 0.43 |
| Hex | DD | B9 | 0 | 0 | 10 | 64 | D | 32 | 64 | 2B |
| Octal | 335 | 271 | 0 | 0 | 20 | 144 | 15 | 62 | 144 | 53 |
| Binary | 11011101 | 10111001 | 0 | 0 | 10000 | 1100100 | 1101 | 110010 | 1100100 | 101011 |
Color Harmonies of #DDB900
Complementary color
Monochromatic Colors of #DDB900
Black with #DDB900
Text Example
Text Example
White with #DDB900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB900; }
p { color: rgb(221,185,0); }
H1.HeaderClassName
{
color: #DDB900;
}
.AnyTagClassName
{
color: #DDB900;
}
</style>
background-color css
<style>
a { background-color: #DDB900; }
a { background-color: rgb(221,185,0); }
div.DivClassName
{
background-color: #DDB900;
}
.BgClassName
{
background-color: #DDB900;
}
</style>
border-color css
<style>
span { border-color: #DDB900; }
span { border-color: rgb(221,185,0); }
td.TdClassName
{
border-color: #DDB900;
}
.TagClassName
{
border-color: #DDB900;
}
</style>