Shades of Sunflower #DDC501
Tints of Sunflower #DDC501
RGB
CMYK
RGB Variations
Color information
#DDC501 (or 0xDDC501) is known color: Sunflower. HEX triplet: DD, C5 and 01. RGB value is (221,197,1). Sum of RGB (Red+Green+Blue) = 221+197+1=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 1 (0.78% from 255 or 0.24% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC501 is #223AFE. Grayscale: #B6B6B6. Windows color (decimal): -2243327 or 116189. OLE color: 116189.
HSL color Cylindrical-coordinate representation of color #DDC501: hue angle of 53.45º 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 #DDC501 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 1 | - |
| CMYK | 0 | 0.11 | 1.00 | 0.13 |
| HSL | 53.45º | 0.99% | 0.44% | - |
| HSV(B) | 53.45º | 1% | 0.87% | - |
| XYZ | 49.79 | 55.31 | 8.08 | - |
| YUV | 181.83 | 25.95 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 1 | 0 | 0.11 | 1.00 | 0.13 | 53.45 | 0.99 | 0.44 |
| Hex | DD | C5 | 1 | 0 | B | 64 | D | 35 | 63 | 2C |
| Octal | 335 | 305 | 1 | 0 | 13 | 144 | 15 | 65 | 143 | 54 |
| Binary | 11011101 | 11000101 | 1 | 0 | 1011 | 1100100 | 1101 | 110101 | 1100011 | 101100 |
Color Harmonies of #DDC501
Complementary color
Monochromatic Colors of #DDC501
Black with #DDC501
Text Example
Text Example
White with #DDC501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC501; }
p { color: rgb(221,197,1); }
H1.HeaderClassName
{
color: #DDC501;
}
.AnyTagClassName
{
color: #DDC501;
}
</style>
background-color css
<style>
a { background-color: #DDC501; }
a { background-color: rgb(221,197,1); }
div.DivClassName
{
background-color: #DDC501;
}
.BgClassName
{
background-color: #DDC501;
}
</style>
border-color css
<style>
span { border-color: #DDC501; }
span { border-color: rgb(221,197,1); }
td.TdClassName
{
border-color: #DDC501;
}
.TagClassName
{
border-color: #DDC501;
}
</style>