Shades of Sunflower #DDC403
Tints of Sunflower #DDC403
RGB
CMYK
RGB Variations
Color information
#DDC403 (or 0xDDC403) is known color: Sunflower. HEX triplet: DD, C4 and 03. RGB value is (221,196,3). Sum of RGB (Red+Green+Blue) = 221+196+3=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 196 (76.95% from 255 or 46.67% from 420); Blue value is 3 (1.56% from 255 or 0.71% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC403 is #223BFC. Grayscale: #B6B6B6. Windows color (decimal): -2243581 or 247005. OLE color: 247005.
HSL color Cylindrical-coordinate representation of color #DDC403: hue angle of 53.12º 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 #DDC403 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 3 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.13 |
| HSL | 53.12º | 0.97% | 0.44% | - |
| HSV(B) | 53.12º | 0.99% | 0.87% | - |
| XYZ | 49.58 | 54.86 | 8.06 | - |
| YUV | 181.47 | 27.28 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 3 | 0 | 0.11 | 0.99 | 0.13 | 53.12 | 0.97 | 0.44 |
| Hex | DD | C4 | 3 | 0 | B | 63 | D | 35 | 61 | 2C |
| Octal | 335 | 304 | 3 | 0 | 13 | 143 | 15 | 65 | 141 | 54 |
| Binary | 11011101 | 11000100 | 11 | 0 | 1011 | 1100011 | 1101 | 110101 | 1100001 | 101100 |
Color Harmonies of #DDC403
Complementary color
Monochromatic Colors of #DDC403
Black with #DDC403
Text Example
Text Example
White with #DDC403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC403; }
p { color: rgb(221,196,3); }
H1.HeaderClassName
{
color: #DDC403;
}
.AnyTagClassName
{
color: #DDC403;
}
</style>
background-color css
<style>
a { background-color: #DDC403; }
a { background-color: rgb(221,196,3); }
div.DivClassName
{
background-color: #DDC403;
}
.BgClassName
{
background-color: #DDC403;
}
</style>
border-color css
<style>
span { border-color: #DDC403; }
span { border-color: rgb(221,196,3); }
td.TdClassName
{
border-color: #DDC403;
}
.TagClassName
{
border-color: #DDC403;
}
</style>