Shades of Sunflower #DDC70C
Tints of Sunflower #DDC70C
RGB
CMYK
RGB Variations
Color information
#DDC70C (or 0xDDC70C) is known color: Sunflower. HEX triplet: DD, C7 and 0C. RGB value is (221,199,12). Sum of RGB (Red+Green+Blue) = 221+199+12=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 199 (78.12% from 255 or 46.06% from 432); Blue value is 12 (5.08% from 255 or 2.78% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC70C is #2238F3. Grayscale: #B9B9B9. Windows color (decimal): -2242804 or 837597. OLE color: 837597.
HSL color Cylindrical-coordinate representation of color #DDC70C: hue angle of 53.68º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDC70C is Cyan = 0, Magento = 0.10, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 12 | - |
| CMYK | 0 | 0.10 | 0.95 | 0.13 |
| HSL | 53.68º | 0.9% | 0.46% | - |
| HSV(B) | 53.68º | 0.95% | 0.87% | - |
| XYZ | 50.31 | 56.25 | 8.55 | - |
| YUV | 184.26 | 30.79 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 12 | 0 | 0.10 | 0.95 | 0.13 | 53.68 | 0.9 | 0.46 |
| Hex | DD | C7 | C | 0 | A | 5F | D | 36 | 5A | 2E |
| Octal | 335 | 307 | 14 | 0 | 12 | 137 | 15 | 66 | 132 | 56 |
| Binary | 11011101 | 11000111 | 1100 | 0 | 1010 | 1011111 | 1101 | 110110 | 1011010 | 101110 |
Color Harmonies of #DDC70C
Complementary color
Monochromatic Colors of #DDC70C
Black with #DDC70C
Text Example
Text Example
White with #DDC70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC70C; }
p { color: rgb(221,199,12); }
H1.HeaderClassName
{
color: #DDC70C;
}
.AnyTagClassName
{
color: #DDC70C;
}
</style>
background-color css
<style>
a { background-color: #DDC70C; }
a { background-color: rgb(221,199,12); }
div.DivClassName
{
background-color: #DDC70C;
}
.BgClassName
{
background-color: #DDC70C;
}
</style>
border-color css
<style>
span { border-color: #DDC70C; }
span { border-color: rgb(221,199,12); }
td.TdClassName
{
border-color: #DDC70C;
}
.TagClassName
{
border-color: #DDC70C;
}
</style>