Shades of Sunflower #DDC70F
Tints of Sunflower #DDC70F
RGB
CMYK
RGB Variations
Color information
#DDC70F (or 0xDDC70F) is known color: Sunflower. HEX triplet: DD, C7 and 0F. RGB value is (221,199,15). Sum of RGB (Red+Green+Blue) = 221+199+15=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 15 (6.25% from 255 or 3.45% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC70F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC70F is #2238F0. Grayscale: #B9B9B9. Windows color (decimal): -2242801 or 1034205. OLE color: 1034205.
HSL color Cylindrical-coordinate representation of color #DDC70F: hue angle of 53.59º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDC70F is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 15 | - |
| CMYK | 0 | 0.10 | 0.93 | 0.13 |
| HSL | 53.59º | 0.87% | 0.46% | - |
| HSV(B) | 53.59º | 0.93% | 0.87% | - |
| XYZ | 50.33 | 56.25 | 8.66 | - |
| YUV | 184.6 | 32.29 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 15 | 0 | 0.10 | 0.93 | 0.13 | 53.59 | 0.87 | 0.46 |
| Hex | DD | C7 | F | 0 | A | 5D | D | 36 | 57 | 2E |
| Octal | 335 | 307 | 17 | 0 | 12 | 135 | 15 | 66 | 127 | 56 |
| Binary | 11011101 | 11000111 | 1111 | 0 | 1010 | 1011101 | 1101 | 110110 | 1010111 | 101110 |
Color Harmonies of #DDC70F
Complementary color
Monochromatic Colors of #DDC70F
Black with #DDC70F
Text Example
Text Example
White with #DDC70F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC70F; }
p { color: rgb(221,199,15); }
H1.HeaderClassName
{
color: #DDC70F;
}
.AnyTagClassName
{
color: #DDC70F;
}
</style>
background-color css
<style>
a { background-color: #DDC70F; }
a { background-color: rgb(221,199,15); }
div.DivClassName
{
background-color: #DDC70F;
}
.BgClassName
{
background-color: #DDC70F;
}
</style>
border-color css
<style>
span { border-color: #DDC70F; }
span { border-color: rgb(221,199,15); }
td.TdClassName
{
border-color: #DDC70F;
}
.TagClassName
{
border-color: #DDC70F;
}
</style>