Shades of Sunflower #DDC806
Tints of Sunflower #DDC806
RGB
CMYK
RGB Variations
Color information
#DDC806 (or 0xDDC806) is known color: Sunflower. HEX triplet: DD, C8 and 06. RGB value is (221,200,6). Sum of RGB (Red+Green+Blue) = 221+200+6=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 200 (78.52% from 255 or 46.84% from 427); Blue value is 6 (2.73% from 255 or 1.41% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC806 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC806 is #2237F9. Grayscale: #B8B8B8. Windows color (decimal): -2242554 or 444637. OLE color: 444637.
HSL color Cylindrical-coordinate representation of color #DDC806: hue angle of 54.14º 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 #DDC806 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 6 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.13 |
| HSL | 54.14º | 0.95% | 0.45% | - |
| HSV(B) | 54.14º | 0.97% | 0.87% | - |
| XYZ | 50.51 | 56.69 | 8.45 | - |
| YUV | 184.16 | 27.46 | 154.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 6 | 0 | 0.10 | 0.97 | 0.13 | 54.14 | 0.95 | 0.45 |
| Hex | DD | C8 | 6 | 0 | A | 61 | D | 36 | 5F | 2D |
| Octal | 335 | 310 | 6 | 0 | 12 | 141 | 15 | 66 | 137 | 55 |
| Binary | 11011101 | 11001000 | 110 | 0 | 1010 | 1100001 | 1101 | 110110 | 1011111 | 101101 |
Color Harmonies of #DDC806
Complementary color
Monochromatic Colors of #DDC806
Black with #DDC806
Text Example
Text Example
White with #DDC806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC806; }
p { color: rgb(221,200,6); }
H1.HeaderClassName
{
color: #DDC806;
}
.AnyTagClassName
{
color: #DDC806;
}
</style>
background-color css
<style>
a { background-color: #DDC806; }
a { background-color: rgb(221,200,6); }
div.DivClassName
{
background-color: #DDC806;
}
.BgClassName
{
background-color: #DDC806;
}
</style>
border-color css
<style>
span { border-color: #DDC806; }
span { border-color: rgb(221,200,6); }
td.TdClassName
{
border-color: #DDC806;
}
.TagClassName
{
border-color: #DDC806;
}
</style>