Shades of Sunflower #DDC705
Tints of Sunflower #DDC705
RGB
CMYK
RGB Variations
Color information
#DDC705 (or 0xDDC705) is known color: Sunflower. HEX triplet: DD, C7 and 05. RGB value is (221,199,5). Sum of RGB (Red+Green+Blue) = 221+199+5=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 199 (78.12% from 255 or 46.82% from 425); Blue value is 5 (2.34% from 255 or 1.18% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC705 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC705 is #2238FA. Grayscale: #B8B8B8. Windows color (decimal): -2242811 or 378845. OLE color: 378845.
HSL color Cylindrical-coordinate representation of color #DDC705: hue angle of 53.89º 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 #DDC705 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 5 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.13 |
| HSL | 53.89º | 0.96% | 0.44% | - |
| HSV(B) | 53.89º | 0.98% | 0.87% | - |
| XYZ | 50.27 | 56.23 | 8.35 | - |
| YUV | 183.46 | 27.29 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 5 | 0 | 0.10 | 0.98 | 0.13 | 53.89 | 0.96 | 0.44 |
| Hex | DD | C7 | 5 | 0 | A | 62 | D | 36 | 60 | 2C |
| Octal | 335 | 307 | 5 | 0 | 12 | 142 | 15 | 66 | 140 | 54 |
| Binary | 11011101 | 11000111 | 101 | 0 | 1010 | 1100010 | 1101 | 110110 | 1100000 | 101100 |
Color Harmonies of #DDC705
Complementary color
Monochromatic Colors of #DDC705
Black with #DDC705
Text Example
Text Example
White with #DDC705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC705; }
p { color: rgb(221,199,5); }
H1.HeaderClassName
{
color: #DDC705;
}
.AnyTagClassName
{
color: #DDC705;
}
</style>
background-color css
<style>
a { background-color: #DDC705; }
a { background-color: rgb(221,199,5); }
div.DivClassName
{
background-color: #DDC705;
}
.BgClassName
{
background-color: #DDC705;
}
</style>
border-color css
<style>
span { border-color: #DDC705; }
span { border-color: rgb(221,199,5); }
td.TdClassName
{
border-color: #DDC705;
}
.TagClassName
{
border-color: #DDC705;
}
</style>