Shades of Sunflower #DCCF13
Tints of Sunflower #DCCF13
RGB
CMYK
RGB Variations
Color information
#DCCF13 (or 0xDCCF13) is known color: Sunflower. HEX triplet: DC, CF and 13. RGB value is (220,207,19). Sum of RGB (Red+Green+Blue) = 220+207+19=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 19 (7.81% from 255 or 4.26% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCF13 is #2330EC. Grayscale: #BEBEBE. Windows color (decimal): -2306285 or 1298396. OLE color: 1298396.
HSL color Cylindrical-coordinate representation of color #DCCF13: hue angle of 56.12º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCCF13 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 19 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.14 |
| HSL | 56.12º | 0.84% | 0.47% | - |
| HSV(B) | 56.12º | 0.91% | 0.86% | - |
| XYZ | 51.95 | 59.89 | 9.44 | - |
| YUV | 189.46 | 31.81 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 19 | 0 | 0.06 | 0.91 | 0.14 | 56.12 | 0.84 | 0.47 |
| Hex | DC | CF | 13 | 0 | 6 | 5B | E | 38 | 54 | 2F |
| Octal | 334 | 317 | 23 | 0 | 6 | 133 | 16 | 70 | 124 | 57 |
| Binary | 11011100 | 11001111 | 10011 | 0 | 110 | 1011011 | 1110 | 111000 | 1010100 | 101111 |
Color Harmonies of #DCCF13
Complementary color
Monochromatic Colors of #DCCF13
Black with #DCCF13
Text Example
Text Example
White with #DCCF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF13; }
p { color: rgb(220,207,19); }
H1.HeaderClassName
{
color: #DCCF13;
}
.AnyTagClassName
{
color: #DCCF13;
}
</style>
background-color css
<style>
a { background-color: #DCCF13; }
a { background-color: rgb(220,207,19); }
div.DivClassName
{
background-color: #DCCF13;
}
.BgClassName
{
background-color: #DCCF13;
}
</style>
border-color css
<style>
span { border-color: #DCCF13; }
span { border-color: rgb(220,207,19); }
td.TdClassName
{
border-color: #DCCF13;
}
.TagClassName
{
border-color: #DCCF13;
}
</style>