Shades of Sunflower #DDB30B
Tints of Sunflower #DDB30B
RGB
CMYK
RGB Variations
Color information
#DDB30B (or 0xDDB30B) is known color: Sunflower. HEX triplet: DD, B3 and 0B. RGB value is (221,179,11). Sum of RGB (Red+Green+Blue) = 221+179+11=411 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.77% from 411); Green value is 179 (70.31% from 255 or 43.55% from 411); Blue value is 11 (4.69% from 255 or 2.68% from 411); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB30B is #224CF4. Grayscale: #ADADAD. Windows color (decimal): -2247925 or 766941. OLE color: 766941.
HSL color Cylindrical-coordinate representation of color #DDB30B: hue angle of 48º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDB30B is Cyan = 0, Magento = 0.19, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 11 | - |
| CMYK | 0 | 0.19 | 0.95 | 0.13 |
| HSL | 48º | 0.91% | 0.45% | - |
| HSV(B) | 48º | 0.95% | 0.87% | - |
| XYZ | 46 | 47.64 | 7.09 | - |
| YUV | 172.41 | 36.91 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 11 | 0 | 0.19 | 0.95 | 0.13 | 48 | 0.91 | 0.45 |
| Hex | DD | B3 | B | 0 | 13 | 5F | D | 30 | 5B | 2D |
| Octal | 335 | 263 | 13 | 0 | 23 | 137 | 15 | 60 | 133 | 55 |
| Binary | 11011101 | 10110011 | 1011 | 0 | 10011 | 1011111 | 1101 | 110000 | 1011011 | 101101 |
Color Harmonies of #DDB30B
Complementary color
Monochromatic Colors of #DDB30B
Black with #DDB30B
Text Example
Text Example
White with #DDB30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB30B; }
p { color: rgb(221,179,11); }
H1.HeaderClassName
{
color: #DDB30B;
}
.AnyTagClassName
{
color: #DDB30B;
}
</style>
background-color css
<style>
a { background-color: #DDB30B; }
a { background-color: rgb(221,179,11); }
div.DivClassName
{
background-color: #DDB30B;
}
.BgClassName
{
background-color: #DDB30B;
}
</style>
border-color css
<style>
span { border-color: #DDB30B; }
span { border-color: rgb(221,179,11); }
td.TdClassName
{
border-color: #DDB30B;
}
.TagClassName
{
border-color: #DDB30B;
}
</style>