Shades of Sunflower #DDB91B
Tints of Sunflower #DDB91B
RGB
CMYK
RGB Variations
Color information
#DDB91B (or 0xDDB91B) is known color: Sunflower. HEX triplet: DD, B9 and 1B. RGB value is (221,185,27). Sum of RGB (Red+Green+Blue) = 221+185+27=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 185 (72.66% from 255 or 42.73% from 433); Blue value is 27 (10.94% from 255 or 6.24% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB91B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB91B is #2246E4. Grayscale: #B2B2B2. Windows color (decimal): -2246373 or 1817053. OLE color: 1817053.
HSL color Cylindrical-coordinate representation of color #DDB91B: hue angle of 48.87º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDB91B is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 27 | - |
| CMYK | 0 | 0.16 | 0.88 | 0.13 |
| HSL | 48.87º | 0.78% | 0.49% | - |
| HSV(B) | 48.87º | 0.88% | 0.87% | - |
| XYZ | 47.37 | 50.15 | 8.22 | - |
| YUV | 177.75 | 42.93 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 27 | 0 | 0.16 | 0.88 | 0.13 | 48.87 | 0.78 | 0.49 |
| Hex | DD | B9 | 1B | 0 | 10 | 58 | D | 31 | 4E | 31 |
| Octal | 335 | 271 | 33 | 0 | 20 | 130 | 15 | 61 | 116 | 61 |
| Binary | 11011101 | 10111001 | 11011 | 0 | 10000 | 1011000 | 1101 | 110001 | 1001110 | 110001 |
Color Harmonies of #DDB91B
Complementary color
Monochromatic Colors of #DDB91B
Black with #DDB91B
Text Example
Text Example
White with #DDB91B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB91B; }
p { color: rgb(221,185,27); }
H1.HeaderClassName
{
color: #DDB91B;
}
.AnyTagClassName
{
color: #DDB91B;
}
</style>
background-color css
<style>
a { background-color: #DDB91B; }
a { background-color: rgb(221,185,27); }
div.DivClassName
{
background-color: #DDB91B;
}
.BgClassName
{
background-color: #DDB91B;
}
</style>
border-color css
<style>
span { border-color: #DDB91B; }
span { border-color: rgb(221,185,27); }
td.TdClassName
{
border-color: #DDB91B;
}
.TagClassName
{
border-color: #DDB91B;
}
</style>