Shades of Sunflower #DDC805
Tints of Sunflower #DDC805
RGB
CMYK
RGB Variations
Color information
#DDC805 (or 0xDDC805) is known color: Sunflower. HEX triplet: DD, C8 and 05. RGB value is (221,200,5). Sum of RGB (Red+Green+Blue) = 221+200+5=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 200 (78.52% from 255 or 46.95% from 426); Blue value is 5 (2.34% from 255 or 1.17% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC805 is #2237FA. Grayscale: #B8B8B8. Windows color (decimal): -2242555 or 379101. OLE color: 379101.
HSL color Cylindrical-coordinate representation of color #DDC805: hue angle of 54.17º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDC805 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 5 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.13 |
| HSL | 54.17º | 0.96% | 0.44% | - |
| HSV(B) | 54.17º | 0.98% | 0.87% | - |
| XYZ | 50.5 | 56.69 | 8.42 | - |
| YUV | 184.05 | 26.96 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 5 | 0 | 0.10 | 0.98 | 0.13 | 54.17 | 0.96 | 0.44 |
| Hex | DD | C8 | 5 | 0 | A | 62 | D | 36 | 60 | 2C |
| Octal | 335 | 310 | 5 | 0 | 12 | 142 | 15 | 66 | 140 | 54 |
| Binary | 11011101 | 11001000 | 101 | 0 | 1010 | 1100010 | 1101 | 110110 | 1100000 | 101100 |
Color Harmonies of #DDC805
Complementary color
Monochromatic Colors of #DDC805
Black with #DDC805
Text Example
Text Example
White with #DDC805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC805; }
p { color: rgb(221,200,5); }
H1.HeaderClassName
{
color: #DDC805;
}
.AnyTagClassName
{
color: #DDC805;
}
</style>
background-color css
<style>
a { background-color: #DDC805; }
a { background-color: rgb(221,200,5); }
div.DivClassName
{
background-color: #DDC805;
}
.BgClassName
{
background-color: #DDC805;
}
</style>
border-color css
<style>
span { border-color: #DDC805; }
span { border-color: rgb(221,200,5); }
td.TdClassName
{
border-color: #DDC805;
}
.TagClassName
{
border-color: #DDC805;
}
</style>