Shades of Sunflower #DDBA05
Tints of Sunflower #DDBA05
RGB
CMYK
RGB Variations
Color information
#DDBA05 (or 0xDDBA05) is known color: Sunflower. HEX triplet: DD, BA and 05. RGB value is (221,186,5). Sum of RGB (Red+Green+Blue) = 221+186+5=412 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.64% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 5 (2.34% from 255 or 1.21% from 412); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBA05 is #2245FA. Grayscale: #B0B0B0. Windows color (decimal): -2246139 or 375517. OLE color: 375517.
HSL color Cylindrical-coordinate representation of color #DDBA05: hue angle of 50.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDBA05 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 5 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.13 |
| HSL | 50.28º | 0.96% | 0.44% | - |
| HSV(B) | 50.28º | 0.98% | 0.87% | - |
| XYZ | 47.41 | 50.5 | 7.39 | - |
| YUV | 175.83 | 31.6 | 160.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 5 | 0 | 0.16 | 0.98 | 0.13 | 50.28 | 0.96 | 0.44 |
| Hex | DD | BA | 5 | 0 | 10 | 62 | D | 32 | 60 | 2C |
| Octal | 335 | 272 | 5 | 0 | 20 | 142 | 15 | 62 | 140 | 54 |
| Binary | 11011101 | 10111010 | 101 | 0 | 10000 | 1100010 | 1101 | 110010 | 1100000 | 101100 |
Color Harmonies of #DDBA05
Complementary color
Monochromatic Colors of #DDBA05
Black with #DDBA05
Text Example
Text Example
White with #DDBA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA05; }
p { color: rgb(221,186,5); }
H1.HeaderClassName
{
color: #DDBA05;
}
.AnyTagClassName
{
color: #DDBA05;
}
</style>
background-color css
<style>
a { background-color: #DDBA05; }
a { background-color: rgb(221,186,5); }
div.DivClassName
{
background-color: #DDBA05;
}
.BgClassName
{
background-color: #DDBA05;
}
</style>
border-color css
<style>
span { border-color: #DDBA05; }
span { border-color: rgb(221,186,5); }
td.TdClassName
{
border-color: #DDBA05;
}
.TagClassName
{
border-color: #DDBA05;
}
</style>