Shades of Sunflower #DDC400
Tints of Sunflower #DDC400
RGB
CMYK
RGB Variations
Color information
#DDC400 (or 0xDDC400) is known color: Sunflower. HEX triplet: DD, C4 and 00. RGB value is (221,196,0). Sum of RGB (Red+Green+Blue) = 221+196+0=417 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.00% from 417); Green value is 196 (76.95% from 255 or 47.00% from 417); Blue value is 0 (0.39% from 255 or 0% from 417); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC400 is #223BFF. Grayscale: #B5B5B5. Windows color (decimal): -2243584 or 50397. OLE color: 50397.
HSL color Cylindrical-coordinate representation of color #DDC400: hue angle of 53.21º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DDC400 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 196 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.13 |
| HSL | 53.21º | 1% | 0.43% | - |
| HSV(B) | 53.21º | 1% | 0.87% | - |
| XYZ | 49.56 | 54.85 | 7.98 | - |
| YUV | 181.13 | 25.78 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 196 | 0 | 0 | 0.11 | 1 | 0.13 | 53.21 | 1 | 0.43 |
| Hex | DD | C4 | 0 | 0 | B | 64 | D | 35 | 64 | 2B |
| Octal | 335 | 304 | 0 | 0 | 13 | 144 | 15 | 65 | 144 | 53 |
| Binary | 11011101 | 11000100 | 0 | 0 | 1011 | 1100100 | 1101 | 110101 | 1100100 | 101011 |
Color Harmonies of #DDC400
Complementary color
Monochromatic Colors of #DDC400
Black with #DDC400
Text Example
Text Example
White with #DDC400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC400; }
p { color: rgb(221,196,0); }
H1.HeaderClassName
{
color: #DDC400;
}
.AnyTagClassName
{
color: #DDC400;
}
</style>
background-color css
<style>
a { background-color: #DDC400; }
a { background-color: rgb(221,196,0); }
div.DivClassName
{
background-color: #DDC400;
}
.BgClassName
{
background-color: #DDC400;
}
</style>
border-color css
<style>
span { border-color: #DDC400; }
span { border-color: rgb(221,196,0); }
td.TdClassName
{
border-color: #DDC400;
}
.TagClassName
{
border-color: #DDC400;
}
</style>