Shades of Sunflower #DCCE11
Tints of Sunflower #DCCE11
RGB
CMYK
RGB Variations
Color information
#DCCE11 (or 0xDCCE11) is known color: Sunflower. HEX triplet: DC, CE and 11. RGB value is (220,206,17). Sum of RGB (Red+Green+Blue) = 220+206+17=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 17 (7.03% from 255 or 3.84% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCE11 is #2331EE. Grayscale: #BDBDBD. Windows color (decimal): -2306543 or 1167068. OLE color: 1167068.
HSL color Cylindrical-coordinate representation of color #DCCE11: hue angle of 55.86º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCCE11 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 17 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.14 |
| HSL | 55.86º | 0.86% | 0.46% | - |
| HSV(B) | 55.86º | 0.92% | 0.86% | - |
| XYZ | 51.69 | 59.4 | 9.27 | - |
| YUV | 188.64 | 31.14 | 150.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 17 | 0 | 0.06 | 0.92 | 0.14 | 55.86 | 0.86 | 0.46 |
| Hex | DC | CE | 11 | 0 | 6 | 5C | E | 38 | 56 | 2E |
| Octal | 334 | 316 | 21 | 0 | 6 | 134 | 16 | 70 | 126 | 56 |
| Binary | 11011100 | 11001110 | 10001 | 0 | 110 | 1011100 | 1110 | 111000 | 1010110 | 101110 |
Color Harmonies of #DCCE11
Complementary color
Monochromatic Colors of #DCCE11
Black with #DCCE11
Text Example
Text Example
White with #DCCE11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE11; }
p { color: rgb(220,206,17); }
H1.HeaderClassName
{
color: #DCCE11;
}
.AnyTagClassName
{
color: #DCCE11;
}
</style>
background-color css
<style>
a { background-color: #DCCE11; }
a { background-color: rgb(220,206,17); }
div.DivClassName
{
background-color: #DCCE11;
}
.BgClassName
{
background-color: #DCCE11;
}
</style>
border-color css
<style>
span { border-color: #DCCE11; }
span { border-color: rgb(220,206,17); }
td.TdClassName
{
border-color: #DCCE11;
}
.TagClassName
{
border-color: #DCCE11;
}
</style>