Shades of Sunflower #DDC007
Tints of Sunflower #DDC007
RGB
CMYK
RGB Variations
Color information
#DDC007 (or 0xDDC007) is known color: Sunflower. HEX triplet: DD, C0 and 07. RGB value is (221,192,7). Sum of RGB (Red+Green+Blue) = 221+192+7=420 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.62% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 7 (3.12% from 255 or 1.67% from 420); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC007 is #223FF8. Grayscale: #B4B4B4. Windows color (decimal): -2244601 or 508125. OLE color: 508125.
HSL color Cylindrical-coordinate representation of color #DDC007: hue angle of 51.87º 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 #DDC007 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 192 | 7 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.13 |
| HSL | 51.87º | 0.94% | 0.45% | - |
| HSV(B) | 51.87º | 0.97% | 0.87% | - |
| XYZ | 48.71 | 53.09 | 7.88 | - |
| YUV | 179.58 | 30.61 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 192 | 7 | 0 | 0.13 | 0.97 | 0.13 | 51.87 | 0.94 | 0.45 |
| Hex | DD | C0 | 7 | 0 | D | 61 | D | 34 | 5E | 2D |
| Octal | 335 | 300 | 7 | 0 | 15 | 141 | 15 | 64 | 136 | 55 |
| Binary | 11011101 | 11000000 | 111 | 0 | 1101 | 1100001 | 1101 | 110100 | 1011110 | 101101 |
Color Harmonies of #DDC007
Complementary color
Monochromatic Colors of #DDC007
Black with #DDC007
Text Example
Text Example
White with #DDC007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC007; }
p { color: rgb(221,192,7); }
H1.HeaderClassName
{
color: #DDC007;
}
.AnyTagClassName
{
color: #DDC007;
}
</style>
background-color css
<style>
a { background-color: #DDC007; }
a { background-color: rgb(221,192,7); }
div.DivClassName
{
background-color: #DDC007;
}
.BgClassName
{
background-color: #DDC007;
}
</style>
border-color css
<style>
span { border-color: #DDC007; }
span { border-color: rgb(221,192,7); }
td.TdClassName
{
border-color: #DDC007;
}
.TagClassName
{
border-color: #DDC007;
}
</style>