Shades of Sunflower #DDBA03
Tints of Sunflower #DDBA03
RGB
CMYK
RGB Variations
Color information
#DDBA03 (or 0xDDBA03) is known color: Sunflower. HEX triplet: DD, BA and 03. RGB value is (221,186,3). Sum of RGB (Red+Green+Blue) = 221+186+3=410 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.90% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 3 (1.56% from 255 or 0.73% from 410); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBA03 is #2245FC. Grayscale: #B0B0B0. Windows color (decimal): -2246141 or 244445. OLE color: 244445.
HSL color Cylindrical-coordinate representation of color #DDBA03: hue angle of 50.37º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DDBA03 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 186 | 3 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.13 |
| HSL | 50.37º | 0.97% | 0.44% | - |
| HSV(B) | 50.37º | 0.99% | 0.87% | - |
| XYZ | 47.39 | 50.5 | 7.34 | - |
| YUV | 175.6 | 30.6 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 186 | 3 | 0 | 0.16 | 0.99 | 0.13 | 50.37 | 0.97 | 0.44 |
| Hex | DD | BA | 3 | 0 | 10 | 63 | D | 32 | 61 | 2C |
| Octal | 335 | 272 | 3 | 0 | 20 | 143 | 15 | 62 | 141 | 54 |
| Binary | 11011101 | 10111010 | 11 | 0 | 10000 | 1100011 | 1101 | 110010 | 1100001 | 101100 |
Color Harmonies of #DDBA03
Complementary color
Monochromatic Colors of #DDBA03
Black with #DDBA03
Text Example
Text Example
White with #DDBA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBA03; }
p { color: rgb(221,186,3); }
H1.HeaderClassName
{
color: #DDBA03;
}
.AnyTagClassName
{
color: #DDBA03;
}
</style>
background-color css
<style>
a { background-color: #DDBA03; }
a { background-color: rgb(221,186,3); }
div.DivClassName
{
background-color: #DDBA03;
}
.BgClassName
{
background-color: #DDBA03;
}
</style>
border-color css
<style>
span { border-color: #DDBA03; }
span { border-color: rgb(221,186,3); }
td.TdClassName
{
border-color: #DDBA03;
}
.TagClassName
{
border-color: #DDBA03;
}
</style>