Shades of Sunflower #DDB51B
Tints of Sunflower #DDB51B
RGB
CMYK
RGB Variations
Color information
#DDB51B (or 0xDDB51B) is known color: Sunflower. HEX triplet: DD, B5 and 1B. RGB value is (221,181,27). Sum of RGB (Red+Green+Blue) = 221+181+27=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 181 (71.09% from 255 or 42.19% from 429); Blue value is 27 (10.94% from 255 or 6.29% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB51B is #224AE4. Grayscale: #B0B0B0. Windows color (decimal): -2247397 or 1816029. OLE color: 1816029.
HSL color Cylindrical-coordinate representation of color #DDB51B: hue angle of 47.63º 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 #DDB51B is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 27 | - |
| CMYK | 0 | 0.18 | 0.88 | 0.13 |
| HSL | 47.63º | 0.78% | 0.49% | - |
| HSV(B) | 47.63º | 0.88% | 0.87% | - |
| XYZ | 46.54 | 48.5 | 7.95 | - |
| YUV | 175.4 | 44.25 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 27 | 0 | 0.18 | 0.88 | 0.13 | 47.63 | 0.78 | 0.49 |
| Hex | DD | B5 | 1B | 0 | 12 | 58 | D | 30 | 4E | 31 |
| Octal | 335 | 265 | 33 | 0 | 22 | 130 | 15 | 60 | 116 | 61 |
| Binary | 11011101 | 10110101 | 11011 | 0 | 10010 | 1011000 | 1101 | 110000 | 1001110 | 110001 |
Color Harmonies of #DDB51B
Complementary color
Monochromatic Colors of #DDB51B
Black with #DDB51B
Text Example
Text Example
White with #DDB51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB51B; }
p { color: rgb(221,181,27); }
H1.HeaderClassName
{
color: #DDB51B;
}
.AnyTagClassName
{
color: #DDB51B;
}
</style>
background-color css
<style>
a { background-color: #DDB51B; }
a { background-color: rgb(221,181,27); }
div.DivClassName
{
background-color: #DDB51B;
}
.BgClassName
{
background-color: #DDB51B;
}
</style>
border-color css
<style>
span { border-color: #DDB51B; }
span { border-color: rgb(221,181,27); }
td.TdClassName
{
border-color: #DDB51B;
}
.TagClassName
{
border-color: #DDB51B;
}
</style>