Shades of Sunflower #DCCD15
Tints of Sunflower #DCCD15
RGB
CMYK
RGB Variations
Color information
#DCCD15 (or 0xDCCD15) is known color: Sunflower. HEX triplet: DC, CD and 15. RGB value is (220,205,21). Sum of RGB (Red+Green+Blue) = 220+205+21=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 21 (8.59% from 255 or 4.71% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCD15 is #2332EA. Grayscale: #BDBDBD. Windows color (decimal): -2306795 or 1428956. OLE color: 1428956.
HSL color Cylindrical-coordinate representation of color #DCCD15: hue angle of 55.48º 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 #DCCD15 is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 21 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.14 |
| HSL | 55.48º | 0.83% | 0.47% | - |
| HSV(B) | 55.48º | 0.9% | 0.86% | - |
| XYZ | 51.48 | 58.93 | 9.37 | - |
| YUV | 188.51 | 33.47 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 21 | 0 | 0.07 | 0.90 | 0.14 | 55.48 | 0.83 | 0.47 |
| Hex | DC | CD | 15 | 0 | 7 | 5A | E | 37 | 53 | 2F |
| Octal | 334 | 315 | 25 | 0 | 7 | 132 | 16 | 67 | 123 | 57 |
| Binary | 11011100 | 11001101 | 10101 | 0 | 111 | 1011010 | 1110 | 110111 | 1010011 | 101111 |
Color Harmonies of #DCCD15
Complementary color
Monochromatic Colors of #DCCD15
Black with #DCCD15
Text Example
Text Example
White with #DCCD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD15; }
p { color: rgb(220,205,21); }
H1.HeaderClassName
{
color: #DCCD15;
}
.AnyTagClassName
{
color: #DCCD15;
}
</style>
background-color css
<style>
a { background-color: #DCCD15; }
a { background-color: rgb(220,205,21); }
div.DivClassName
{
background-color: #DCCD15;
}
.BgClassName
{
background-color: #DCCD15;
}
</style>
border-color css
<style>
span { border-color: #DCCD15; }
span { border-color: rgb(220,205,21); }
td.TdClassName
{
border-color: #DCCD15;
}
.TagClassName
{
border-color: #DCCD15;
}
</style>