Shades of Sunflower #DDC505
Tints of Sunflower #DDC505
RGB
CMYK
RGB Variations
Color information
#DDC505 (or 0xDDC505) is known color: Sunflower. HEX triplet: DD, C5 and 05. RGB value is (221,197,5). Sum of RGB (Red+Green+Blue) = 221+197+5=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 5 (2.34% from 255 or 1.18% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC505 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC505 is #223AFA. Grayscale: #B7B7B7. Windows color (decimal): -2243323 or 378333. OLE color: 378333.
HSL color Cylindrical-coordinate representation of color #DDC505: hue angle of 53.33º 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 #DDC505 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 5 | - |
| CMYK | 0 | 0.11 | 0.98 | 0.13 |
| HSL | 53.33º | 0.96% | 0.44% | - |
| HSV(B) | 53.33º | 0.98% | 0.87% | - |
| XYZ | 49.81 | 55.32 | 8.2 | - |
| YUV | 182.29 | 27.95 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 5 | 0 | 0.11 | 0.98 | 0.13 | 53.33 | 0.96 | 0.44 |
| Hex | DD | C5 | 5 | 0 | B | 62 | D | 35 | 60 | 2C |
| Octal | 335 | 305 | 5 | 0 | 13 | 142 | 15 | 65 | 140 | 54 |
| Binary | 11011101 | 11000101 | 101 | 0 | 1011 | 1100010 | 1101 | 110101 | 1100000 | 101100 |
Color Harmonies of #DDC505
Complementary color
Monochromatic Colors of #DDC505
Black with #DDC505
Text Example
Text Example
White with #DDC505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC505; }
p { color: rgb(221,197,5); }
H1.HeaderClassName
{
color: #DDC505;
}
.AnyTagClassName
{
color: #DDC505;
}
</style>
background-color css
<style>
a { background-color: #DDC505; }
a { background-color: rgb(221,197,5); }
div.DivClassName
{
background-color: #DDC505;
}
.BgClassName
{
background-color: #DDC505;
}
</style>
border-color css
<style>
span { border-color: #DDC505; }
span { border-color: rgb(221,197,5); }
td.TdClassName
{
border-color: #DDC505;
}
.TagClassName
{
border-color: #DDC505;
}
</style>