Shades of Sunflower #DDCC10
Tints of Sunflower #DDCC10
RGB
CMYK
RGB Variations
Color information
#DDCC10 (or 0xDDCC10) is known color: Sunflower. HEX triplet: DD, CC and 10. RGB value is (221,204,16). Sum of RGB (Red+Green+Blue) = 221+204+16=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 204 (80.08% from 255 or 46.26% from 441); Blue value is 16 (6.64% from 255 or 3.63% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCC10 is #2233EF. Grayscale: #BCBCBC. Windows color (decimal): -2241520 or 1101021. OLE color: 1101021.
HSL color Cylindrical-coordinate representation of color #DDCC10: hue angle of 55.02º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDCC10 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 16 | - |
| CMYK | 0 | 0.08 | 0.93 | 0.13 |
| HSL | 55.02º | 0.86% | 0.46% | - |
| HSV(B) | 55.02º | 0.93% | 0.87% | - |
| XYZ | 51.51 | 58.6 | 9.09 | - |
| YUV | 187.65 | 31.13 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 16 | 0 | 0.08 | 0.93 | 0.13 | 55.02 | 0.86 | 0.46 |
| Hex | DD | CC | 10 | 0 | 8 | 5D | D | 37 | 56 | 2E |
| Octal | 335 | 314 | 20 | 0 | 10 | 135 | 15 | 67 | 126 | 56 |
| Binary | 11011101 | 11001100 | 10000 | 0 | 1000 | 1011101 | 1101 | 110111 | 1010110 | 101110 |
Color Harmonies of #DDCC10
Complementary color
Monochromatic Colors of #DDCC10
Black with #DDCC10
Text Example
Text Example
White with #DDCC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC10; }
p { color: rgb(221,204,16); }
H1.HeaderClassName
{
color: #DDCC10;
}
.AnyTagClassName
{
color: #DDCC10;
}
</style>
background-color css
<style>
a { background-color: #DDCC10; }
a { background-color: rgb(221,204,16); }
div.DivClassName
{
background-color: #DDCC10;
}
.BgClassName
{
background-color: #DDCC10;
}
</style>
border-color css
<style>
span { border-color: #DDCC10; }
span { border-color: rgb(221,204,16); }
td.TdClassName
{
border-color: #DDCC10;
}
.TagClassName
{
border-color: #DDCC10;
}
</style>