Shades of Sunflower #DCCF10
Tints of Sunflower #DCCF10
RGB
CMYK
RGB Variations
Color information
#DCCF10 (or 0xDCCF10) is known color: Sunflower. HEX triplet: DC, CF and 10. RGB value is (220,207,16). Sum of RGB (Red+Green+Blue) = 220+207+16=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 16 (6.64% from 255 or 3.61% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCF10 is #2330EF. Grayscale: #BDBDBD. Windows color (decimal): -2306288 or 1101788. OLE color: 1101788.
HSL color Cylindrical-coordinate representation of color #DCCF10: hue angle of 56.18º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCCF10 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 16 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.14 |
| HSL | 56.18º | 0.86% | 0.46% | - |
| HSV(B) | 56.18º | 0.93% | 0.86% | - |
| XYZ | 51.92 | 59.88 | 9.31 | - |
| YUV | 189.11 | 30.31 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 16 | 0 | 0.06 | 0.93 | 0.14 | 56.18 | 0.86 | 0.46 |
| Hex | DC | CF | 10 | 0 | 6 | 5D | E | 38 | 56 | 2E |
| Octal | 334 | 317 | 20 | 0 | 6 | 135 | 16 | 70 | 126 | 56 |
| Binary | 11011100 | 11001111 | 10000 | 0 | 110 | 1011101 | 1110 | 111000 | 1010110 | 101110 |
Color Harmonies of #DCCF10
Complementary color
Monochromatic Colors of #DCCF10
Black with #DCCF10
Text Example
Text Example
White with #DCCF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF10; }
p { color: rgb(220,207,16); }
H1.HeaderClassName
{
color: #DCCF10;
}
.AnyTagClassName
{
color: #DCCF10;
}
</style>
background-color css
<style>
a { background-color: #DCCF10; }
a { background-color: rgb(220,207,16); }
div.DivClassName
{
background-color: #DCCF10;
}
.BgClassName
{
background-color: #DCCF10;
}
</style>
border-color css
<style>
span { border-color: #DCCF10; }
span { border-color: rgb(220,207,16); }
td.TdClassName
{
border-color: #DCCF10;
}
.TagClassName
{
border-color: #DCCF10;
}
</style>