Shades of Sunflower #DDCC12
Tints of Sunflower #DDCC12
RGB
CMYK
RGB Variations
Color information
#DDCC12 (or 0xDDCC12) is known color: Sunflower. HEX triplet: DD, CC and 12. RGB value is (221,204,18). Sum of RGB (Red+Green+Blue) = 221+204+18=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 18 (7.42% from 255 or 4.06% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCC12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCC12 is #2233ED. Grayscale: #BCBCBC. Windows color (decimal): -2241518 or 1232093. OLE color: 1232093.
HSL color Cylindrical-coordinate representation of color #DDCC12: hue angle of 54.98º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DDCC12 is Cyan = 0, Magento = 0.08, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 204 | 18 | - |
| CMYK | 0 | 0.08 | 0.92 | 0.13 |
| HSL | 54.98º | 0.85% | 0.47% | - |
| HSV(B) | 54.98º | 0.92% | 0.87% | - |
| XYZ | 51.52 | 58.6 | 9.17 | - |
| YUV | 187.88 | 32.13 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 204 | 18 | 0 | 0.08 | 0.92 | 0.13 | 54.98 | 0.85 | 0.47 |
| Hex | DD | CC | 12 | 0 | 8 | 5C | D | 37 | 55 | 2F |
| Octal | 335 | 314 | 22 | 0 | 10 | 134 | 15 | 67 | 125 | 57 |
| Binary | 11011101 | 11001100 | 10010 | 0 | 1000 | 1011100 | 1101 | 110111 | 1010101 | 101111 |
Color Harmonies of #DDCC12
Complementary color
Monochromatic Colors of #DDCC12
Black with #DDCC12
Text Example
Text Example
White with #DDCC12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCC12; }
p { color: rgb(221,204,18); }
H1.HeaderClassName
{
color: #DDCC12;
}
.AnyTagClassName
{
color: #DDCC12;
}
</style>
background-color css
<style>
a { background-color: #DDCC12; }
a { background-color: rgb(221,204,18); }
div.DivClassName
{
background-color: #DDCC12;
}
.BgClassName
{
background-color: #DDCC12;
}
</style>
border-color css
<style>
span { border-color: #DDCC12; }
span { border-color: rgb(221,204,18); }
td.TdClassName
{
border-color: #DDCC12;
}
.TagClassName
{
border-color: #DDCC12;
}
</style>