Shades of Sunflower #DDC207
Tints of Sunflower #DDC207
RGB
CMYK
RGB Variations
Color information
#DDC207 (or 0xDDC207) is known color: Sunflower. HEX triplet: DD, C2 and 07. RGB value is (221,194,7). Sum of RGB (Red+Green+Blue) = 221+194+7=422 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.37% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 7 (3.12% from 255 or 1.66% from 422); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC207 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC207 is #223DF8. Grayscale: #B5B5B5. Windows color (decimal): -2244089 or 508637. OLE color: 508637.
HSL color Cylindrical-coordinate representation of color #DDC207: hue angle of 52.43º 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 #DDC207 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 7 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.13 |
| HSL | 52.43º | 0.94% | 0.45% | - |
| HSV(B) | 52.43º | 0.97% | 0.87% | - |
| XYZ | 49.15 | 53.97 | 8.03 | - |
| YUV | 180.76 | 29.95 | 156.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 7 | 0 | 0.12 | 0.97 | 0.13 | 52.43 | 0.94 | 0.45 |
| Hex | DD | C2 | 7 | 0 | C | 61 | D | 34 | 5E | 2D |
| Octal | 335 | 302 | 7 | 0 | 14 | 141 | 15 | 64 | 136 | 55 |
| Binary | 11011101 | 11000010 | 111 | 0 | 1100 | 1100001 | 1101 | 110100 | 1011110 | 101101 |
Color Harmonies of #DDC207
Complementary color
Monochromatic Colors of #DDC207
Black with #DDC207
Text Example
Text Example
White with #DDC207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC207; }
p { color: rgb(221,194,7); }
H1.HeaderClassName
{
color: #DDC207;
}
.AnyTagClassName
{
color: #DDC207;
}
</style>
background-color css
<style>
a { background-color: #DDC207; }
a { background-color: rgb(221,194,7); }
div.DivClassName
{
background-color: #DDC207;
}
.BgClassName
{
background-color: #DDC207;
}
</style>
border-color css
<style>
span { border-color: #DDC207; }
span { border-color: rgb(221,194,7); }
td.TdClassName
{
border-color: #DDC207;
}
.TagClassName
{
border-color: #DDC207;
}
</style>