Shades of Sunflower #DDC708
Tints of Sunflower #DDC708
RGB
CMYK
RGB Variations
Color information
#DDC708 (or 0xDDC708) is known color: Sunflower. HEX triplet: DD, C7 and 08. RGB value is (221,199,8). Sum of RGB (Red+Green+Blue) = 221+199+8=428 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.64% from 428); Green value is 199 (78.12% from 255 or 46.50% from 428); Blue value is 8 (3.52% from 255 or 1.87% from 428); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC708 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC708 is #2238F7. Grayscale: #B8B8B8. Windows color (decimal): -2242808 or 575453. OLE color: 575453.
HSL color Cylindrical-coordinate representation of color #DDC708: hue angle of 53.8º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DDC708 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 8 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.13 |
| HSL | 53.8º | 0.93% | 0.45% | - |
| HSV(B) | 53.8º | 0.96% | 0.87% | - |
| XYZ | 50.29 | 56.24 | 8.43 | - |
| YUV | 183.8 | 28.79 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 8 | 0 | 0.10 | 0.96 | 0.13 | 53.8 | 0.93 | 0.45 |
| Hex | DD | C7 | 8 | 0 | A | 60 | D | 36 | 5D | 2D |
| Octal | 335 | 307 | 10 | 0 | 12 | 140 | 15 | 66 | 135 | 55 |
| Binary | 11011101 | 11000111 | 1000 | 0 | 1010 | 1100000 | 1101 | 110110 | 1011101 | 101101 |
Color Harmonies of #DDC708
Complementary color
Monochromatic Colors of #DDC708
Black with #DDC708
Text Example
Text Example
White with #DDC708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC708; }
p { color: rgb(221,199,8); }
H1.HeaderClassName
{
color: #DDC708;
}
.AnyTagClassName
{
color: #DDC708;
}
</style>
background-color css
<style>
a { background-color: #DDC708; }
a { background-color: rgb(221,199,8); }
div.DivClassName
{
background-color: #DDC708;
}
.BgClassName
{
background-color: #DDC708;
}
</style>
border-color css
<style>
span { border-color: #DDC708; }
span { border-color: rgb(221,199,8); }
td.TdClassName
{
border-color: #DDC708;
}
.TagClassName
{
border-color: #DDC708;
}
</style>