Shades of Sunflower #DCCE15
Tints of Sunflower #DCCE15
RGB
CMYK
RGB Variations
Color information
#DCCE15 (or 0xDCCE15) is known color: Sunflower. HEX triplet: DC, CE and 15. RGB value is (220,206,21). Sum of RGB (Red+Green+Blue) = 220+206+21=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 206 (80.86% from 255 or 46.09% from 447); Blue value is 21 (8.59% from 255 or 4.70% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCE15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCE15 is #2331EA. Grayscale: #BDBDBD. Windows color (decimal): -2306539 or 1429212. OLE color: 1429212.
HSL color Cylindrical-coordinate representation of color #DCCE15: hue angle of 55.78º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCCE15 is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 206 | 21 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.14 |
| HSL | 55.78º | 0.83% | 0.47% | - |
| HSV(B) | 55.78º | 0.9% | 0.86% | - |
| XYZ | 51.72 | 59.41 | 9.45 | - |
| YUV | 189.1 | 33.14 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 206 | 21 | 0 | 0.06 | 0.90 | 0.14 | 55.78 | 0.83 | 0.47 |
| Hex | DC | CE | 15 | 0 | 6 | 5A | E | 38 | 53 | 2F |
| Octal | 334 | 316 | 25 | 0 | 6 | 132 | 16 | 70 | 123 | 57 |
| Binary | 11011100 | 11001110 | 10101 | 0 | 110 | 1011010 | 1110 | 111000 | 1010011 | 101111 |
Color Harmonies of #DCCE15
Complementary color
Monochromatic Colors of #DCCE15
Black with #DCCE15
Text Example
Text Example
White with #DCCE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCE15; }
p { color: rgb(220,206,21); }
H1.HeaderClassName
{
color: #DCCE15;
}
.AnyTagClassName
{
color: #DCCE15;
}
</style>
background-color css
<style>
a { background-color: #DCCE15; }
a { background-color: rgb(220,206,21); }
div.DivClassName
{
background-color: #DCCE15;
}
.BgClassName
{
background-color: #DCCE15;
}
</style>
border-color css
<style>
span { border-color: #DCCE15; }
span { border-color: rgb(220,206,21); }
td.TdClassName
{
border-color: #DCCE15;
}
.TagClassName
{
border-color: #DCCE15;
}
</style>