Shades of Sunflower #DDB901
Tints of Sunflower #DDB901
RGB
CMYK
RGB Variations
Color information
#DDB901 (or 0xDDB901) is known color: Sunflower. HEX triplet: DD, B9 and 01. RGB value is (221,185,1). Sum of RGB (Red+Green+Blue) = 221+185+1=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 1 (0.78% from 255 or 0.25% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB901 is #2246FE. Grayscale: #AFAFAF. Windows color (decimal): -2246399 or 113117. OLE color: 113117.
HSL color Cylindrical-coordinate representation of color #DDB901: hue angle of 50.18º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDB901 is Cyan = 0, Magento = 0.16, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 1 | - |
| CMYK | 0 | 0.16 | 1.00 | 0.13 |
| HSL | 50.18º | 0.99% | 0.44% | - |
| HSV(B) | 50.18º | 1% | 0.87% | - |
| XYZ | 47.17 | 50.07 | 7.21 | - |
| YUV | 174.79 | 29.93 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 1 | 0 | 0.16 | 1.00 | 0.13 | 50.18 | 0.99 | 0.44 |
| Hex | DD | B9 | 1 | 0 | 10 | 64 | D | 32 | 63 | 2C |
| Octal | 335 | 271 | 1 | 0 | 20 | 144 | 15 | 62 | 143 | 54 |
| Binary | 11011101 | 10111001 | 1 | 0 | 10000 | 1100100 | 1101 | 110010 | 1100011 | 101100 |
Color Harmonies of #DDB901
Complementary color
Monochromatic Colors of #DDB901
Black with #DDB901
Text Example
Text Example
White with #DDB901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB901; }
p { color: rgb(221,185,1); }
H1.HeaderClassName
{
color: #DDB901;
}
.AnyTagClassName
{
color: #DDB901;
}
</style>
background-color css
<style>
a { background-color: #DDB901; }
a { background-color: rgb(221,185,1); }
div.DivClassName
{
background-color: #DDB901;
}
.BgClassName
{
background-color: #DDB901;
}
</style>
border-color css
<style>
span { border-color: #DDB901; }
span { border-color: rgb(221,185,1); }
td.TdClassName
{
border-color: #DDB901;
}
.TagClassName
{
border-color: #DDB901;
}
</style>