Shades of Sunflower #DDCC15
Tints of Sunflower #DDCC15
RGB
CMYK
RGB Variations
Color information
#DDCC15 (or 0xDDCC15) is known color: Sunflower. HEX triplet: DD, CC and 15. RGB value is (221,204,21). Sum of RGB (Red+Green+Blue) = 221+204+21=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 21 (8.59% from 255 or 4.71% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCC15 is #2233EA. Grayscale: #BCBCBC. Windows color (decimal): -2241515 or 1428701. OLE color: 1428701.
HSL color Cylindrical-coordinate representation of color #DDCC15: hue angle of 54.9º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DDCC15 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 21 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.13 |
| HSL | 54.9º | 0.83% | 0.47% | - |
| HSV(B) | 54.9º | 0.9% | 0.87% | - |
| XYZ | 51.55 | 58.61 | 9.31 | - |
| YUV | 188.22 | 33.63 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 21 | 0 | 0.08 | 0.90 | 0.13 | 54.9 | 0.83 | 0.47 |
| Hex | DD | CC | 15 | 0 | 8 | 5A | D | 37 | 53 | 2F |
| Octal | 335 | 314 | 25 | 0 | 10 | 132 | 15 | 67 | 123 | 57 |
| Binary | 11011101 | 11001100 | 10101 | 0 | 1000 | 1011010 | 1101 | 110111 | 1010011 | 101111 |
Color Harmonies of #DDCC15
Complementary color
Monochromatic Colors of #DDCC15
Black with #DDCC15
Text Example
Text Example
White with #DDCC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC15; }
p { color: rgb(221,204,21); }
H1.HeaderClassName
{
color: #DDCC15;
}
.AnyTagClassName
{
color: #DDCC15;
}
</style>
background-color css
<style>
a { background-color: #DDCC15; }
a { background-color: rgb(221,204,21); }
div.DivClassName
{
background-color: #DDCC15;
}
.BgClassName
{
background-color: #DDCC15;
}
</style>
border-color css
<style>
span { border-color: #DDCC15; }
span { border-color: rgb(221,204,21); }
td.TdClassName
{
border-color: #DDCC15;
}
.TagClassName
{
border-color: #DDCC15;
}
</style>