Shades of Sunflower #DCCD12
Tints of Sunflower #DCCD12
RGB
CMYK
RGB Variations
Color information
#DCCD12 (or 0xDCCD12) is known color: Sunflower. HEX triplet: DC, CD and 12. RGB value is (220,205,18). Sum of RGB (Red+Green+Blue) = 220+205+18=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 205 (80.47% from 255 or 46.28% from 443); Blue value is 18 (7.42% from 255 or 4.06% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCD12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCD12 is #2332ED. Grayscale: #BCBCBC. Windows color (decimal): -2306798 or 1232348. OLE color: 1232348.
HSL color Cylindrical-coordinate representation of color #DCCD12: hue angle of 55.54º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCCD12 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 205 | 18 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.14 |
| HSL | 55.54º | 0.85% | 0.47% | - |
| HSV(B) | 55.54º | 0.92% | 0.86% | - |
| XYZ | 51.46 | 58.92 | 9.23 | - |
| YUV | 188.17 | 31.97 | 150.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 205 | 18 | 0 | 0.07 | 0.92 | 0.14 | 55.54 | 0.85 | 0.47 |
| Hex | DC | CD | 12 | 0 | 7 | 5C | E | 38 | 55 | 2F |
| Octal | 334 | 315 | 22 | 0 | 7 | 134 | 16 | 70 | 125 | 57 |
| Binary | 11011100 | 11001101 | 10010 | 0 | 111 | 1011100 | 1110 | 111000 | 1010101 | 101111 |
Color Harmonies of #DCCD12
Complementary color
Monochromatic Colors of #DCCD12
Black with #DCCD12
Text Example
Text Example
White with #DCCD12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCD12; }
p { color: rgb(220,205,18); }
H1.HeaderClassName
{
color: #DCCD12;
}
.AnyTagClassName
{
color: #DCCD12;
}
</style>
background-color css
<style>
a { background-color: #DCCD12; }
a { background-color: rgb(220,205,18); }
div.DivClassName
{
background-color: #DCCD12;
}
.BgClassName
{
background-color: #DCCD12;
}
</style>
border-color css
<style>
span { border-color: #DCCD12; }
span { border-color: rgb(220,205,18); }
td.TdClassName
{
border-color: #DCCD12;
}
.TagClassName
{
border-color: #DCCD12;
}
</style>