Shades of Sunflower #DDB403
Tints of Sunflower #DDB403
RGB
CMYK
RGB Variations
Color information
#DDB403 (or 0xDDB403) is known color: Sunflower. HEX triplet: DD, B4 and 03. RGB value is (221,180,3). Sum of RGB (Red+Green+Blue) = 221+180+3=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 180 (70.70% from 255 or 44.55% from 404); Blue value is 3 (1.56% from 255 or 0.74% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDB403 is #224BFC. Grayscale: #ACACAC. Windows color (decimal): -2247677 or 242909. OLE color: 242909.
HSL color Cylindrical-coordinate representation of color #DDB403: hue angle of 48.72º 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 #DDB403 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 3 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.13 |
| HSL | 48.72º | 0.97% | 0.44% | - |
| HSV(B) | 48.72º | 0.99% | 0.87% | - |
| XYZ | 46.16 | 48.02 | 6.92 | - |
| YUV | 172.08 | 32.58 | 162.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 3 | 0 | 0.19 | 0.99 | 0.13 | 48.72 | 0.97 | 0.44 |
| Hex | DD | B4 | 3 | 0 | 13 | 63 | D | 31 | 61 | 2C |
| Octal | 335 | 264 | 3 | 0 | 23 | 143 | 15 | 61 | 141 | 54 |
| Binary | 11011101 | 10110100 | 11 | 0 | 10011 | 1100011 | 1101 | 110001 | 1100001 | 101100 |
Color Harmonies of #DDB403
Complementary color
Monochromatic Colors of #DDB403
Black with #DDB403
Text Example
Text Example
White with #DDB403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB403; }
p { color: rgb(221,180,3); }
H1.HeaderClassName
{
color: #DDB403;
}
.AnyTagClassName
{
color: #DDB403;
}
</style>
background-color css
<style>
a { background-color: #DDB403; }
a { background-color: rgb(221,180,3); }
div.DivClassName
{
background-color: #DDB403;
}
.BgClassName
{
background-color: #DDB403;
}
</style>
border-color css
<style>
span { border-color: #DDB403; }
span { border-color: rgb(221,180,3); }
td.TdClassName
{
border-color: #DDB403;
}
.TagClassName
{
border-color: #DDB403;
}
</style>