Shades of Sunflower #DDC500
Tints of Sunflower #DDC500
RGB
CMYK
RGB Variations
Color information
#DDC500 (or 0xDDC500) is known color: Sunflower. HEX triplet: DD, C5 and 00. RGB value is (221,197,0). Sum of RGB (Red+Green+Blue) = 221+197+0=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 0 (0.39% from 255 or 0% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC500 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC500 is #223AFF. Grayscale: #B6B6B6. Windows color (decimal): -2243328 or 50653. OLE color: 50653.
HSL color Cylindrical-coordinate representation of color #DDC500: hue angle of 53.48º 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 #DDC500 is Cyan = 0, Magento = 0.11, Yellow = 1 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 0 | - |
| CMYK | 0 | 0.11 | 1 | 0.13 |
| HSL | 53.48º | 1% | 0.43% | - |
| HSV(B) | 53.48º | 1% | 0.87% | - |
| XYZ | 49.79 | 55.3 | 8.05 | - |
| YUV | 181.72 | 25.45 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 0 | 0 | 0.11 | 1 | 0.13 | 53.48 | 1 | 0.43 |
| Hex | DD | C5 | 0 | 0 | B | 64 | D | 35 | 64 | 2B |
| Octal | 335 | 305 | 0 | 0 | 13 | 144 | 15 | 65 | 144 | 53 |
| Binary | 11011101 | 11000101 | 0 | 0 | 1011 | 1100100 | 1101 | 110101 | 1100100 | 101011 |
Color Harmonies of #DDC500
Complementary color
Monochromatic Colors of #DDC500
Black with #DDC500
Text Example
Text Example
White with #DDC500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC500; }
p { color: rgb(221,197,0); }
H1.HeaderClassName
{
color: #DDC500;
}
.AnyTagClassName
{
color: #DDC500;
}
</style>
background-color css
<style>
a { background-color: #DDC500; }
a { background-color: rgb(221,197,0); }
div.DivClassName
{
background-color: #DDC500;
}
.BgClassName
{
background-color: #DDC500;
}
</style>
border-color css
<style>
span { border-color: #DDC500; }
span { border-color: rgb(221,197,0); }
td.TdClassName
{
border-color: #DDC500;
}
.TagClassName
{
border-color: #DDC500;
}
</style>