Shades of Sunflower #DDC401
Tints of Sunflower #DDC401
RGB
CMYK
RGB Variations
Color information
#DDC401 (or 0xDDC401) is known color: Sunflower. HEX triplet: DD, C4 and 01. RGB value is (221,196,1). Sum of RGB (Red+Green+Blue) = 221+196+1=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 196 (76.95% from 255 or 46.89% from 418); Blue value is 1 (0.78% from 255 or 0.24% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC401 is #223BFE. Grayscale: #B6B6B6. Windows color (decimal): -2243583 or 115933. OLE color: 115933.
HSL color Cylindrical-coordinate representation of color #DDC401: hue angle of 53.18º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDC401 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 1 | - |
| CMYK | 0 | 0.11 | 1.00 | 0.13 |
| HSL | 53.18º | 0.99% | 0.44% | - |
| HSV(B) | 53.18º | 1% | 0.87% | - |
| XYZ | 49.56 | 54.85 | 8 | - |
| YUV | 181.25 | 26.28 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 1 | 0 | 0.11 | 1.00 | 0.13 | 53.18 | 0.99 | 0.44 |
| Hex | DD | C4 | 1 | 0 | B | 64 | D | 35 | 63 | 2C |
| Octal | 335 | 304 | 1 | 0 | 13 | 144 | 15 | 65 | 143 | 54 |
| Binary | 11011101 | 11000100 | 1 | 0 | 1011 | 1100100 | 1101 | 110101 | 1100011 | 101100 |
Color Harmonies of #DDC401
Complementary color
Monochromatic Colors of #DDC401
Black with #DDC401
Text Example
Text Example
White with #DDC401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC401; }
p { color: rgb(221,196,1); }
H1.HeaderClassName
{
color: #DDC401;
}
.AnyTagClassName
{
color: #DDC401;
}
</style>
background-color css
<style>
a { background-color: #DDC401; }
a { background-color: rgb(221,196,1); }
div.DivClassName
{
background-color: #DDC401;
}
.BgClassName
{
background-color: #DDC401;
}
</style>
border-color css
<style>
span { border-color: #DDC401; }
span { border-color: rgb(221,196,1); }
td.TdClassName
{
border-color: #DDC401;
}
.TagClassName
{
border-color: #DDC401;
}
</style>