Shades of Sunflower #DDC706
Tints of Sunflower #DDC706
RGB
CMYK
RGB Variations
Color information
#DDC706 (or 0xDDC706) is known color: Sunflower. HEX triplet: DD, C7 and 06. RGB value is (221,199,6). Sum of RGB (Red+Green+Blue) = 221+199+6=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 199 (78.12% from 255 or 46.71% from 426); Blue value is 6 (2.73% from 255 or 1.41% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC706 is #2238F9. Grayscale: #B8B8B8. Windows color (decimal): -2242810 or 444381. OLE color: 444381.
HSL color Cylindrical-coordinate representation of color #DDC706: hue angle of 53.86º degrees, saturation: 0.95, 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 #DDC706 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 6 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.13 |
| HSL | 53.86º | 0.95% | 0.45% | - |
| HSV(B) | 53.86º | 0.97% | 0.87% | - |
| XYZ | 50.28 | 56.23 | 8.38 | - |
| YUV | 183.58 | 27.79 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 6 | 0 | 0.10 | 0.97 | 0.13 | 53.86 | 0.95 | 0.45 |
| Hex | DD | C7 | 6 | 0 | A | 61 | D | 36 | 5F | 2D |
| Octal | 335 | 307 | 6 | 0 | 12 | 141 | 15 | 66 | 137 | 55 |
| Binary | 11011101 | 11000111 | 110 | 0 | 1010 | 1100001 | 1101 | 110110 | 1011111 | 101101 |
Color Harmonies of #DDC706
Complementary color
Monochromatic Colors of #DDC706
Black with #DDC706
Text Example
Text Example
White with #DDC706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC706; }
p { color: rgb(221,199,6); }
H1.HeaderClassName
{
color: #DDC706;
}
.AnyTagClassName
{
color: #DDC706;
}
</style>
background-color css
<style>
a { background-color: #DDC706; }
a { background-color: rgb(221,199,6); }
div.DivClassName
{
background-color: #DDC706;
}
.BgClassName
{
background-color: #DDC706;
}
</style>
border-color css
<style>
span { border-color: #DDC706; }
span { border-color: rgb(221,199,6); }
td.TdClassName
{
border-color: #DDC706;
}
.TagClassName
{
border-color: #DDC706;
}
</style>