Shades of Sunflower #DDC507
Tints of Sunflower #DDC507
RGB
CMYK
RGB Variations
Color information
#DDC507 (or 0xDDC507) is known color: Sunflower. HEX triplet: DD, C5 and 07. RGB value is (221,197,7). Sum of RGB (Red+Green+Blue) = 221+197+7=425 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 7 (3.12% from 255 or 1.65% from 425); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC507 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC507 is #223AF8. Grayscale: #B7B7B7. Windows color (decimal): -2243321 or 509405. OLE color: 509405.
HSL color Cylindrical-coordinate representation of color #DDC507: hue angle of 53.27º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DDC507 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 7 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.13 |
| HSL | 53.27º | 0.94% | 0.45% | - |
| HSV(B) | 53.27º | 0.97% | 0.87% | - |
| XYZ | 49.82 | 55.32 | 8.25 | - |
| YUV | 182.52 | 28.95 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 7 | 0 | 0.11 | 0.97 | 0.13 | 53.27 | 0.94 | 0.45 |
| Hex | DD | C5 | 7 | 0 | B | 61 | D | 35 | 5E | 2D |
| Octal | 335 | 305 | 7 | 0 | 13 | 141 | 15 | 65 | 136 | 55 |
| Binary | 11011101 | 11000101 | 111 | 0 | 1011 | 1100001 | 1101 | 110101 | 1011110 | 101101 |
Color Harmonies of #DDC507
Complementary color
Monochromatic Colors of #DDC507
Black with #DDC507
Text Example
Text Example
White with #DDC507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC507; }
p { color: rgb(221,197,7); }
H1.HeaderClassName
{
color: #DDC507;
}
.AnyTagClassName
{
color: #DDC507;
}
</style>
background-color css
<style>
a { background-color: #DDC507; }
a { background-color: rgb(221,197,7); }
div.DivClassName
{
background-color: #DDC507;
}
.BgClassName
{
background-color: #DDC507;
}
</style>
border-color css
<style>
span { border-color: #DDC507; }
span { border-color: rgb(221,197,7); }
td.TdClassName
{
border-color: #DDC507;
}
.TagClassName
{
border-color: #DDC507;
}
</style>