Shades of Sunflower #DCCF14
Tints of Sunflower #DCCF14
RGB
CMYK
RGB Variations
Color information
#DCCF14 (or 0xDCCF14) is known color: Sunflower. HEX triplet: DC, CF and 14. RGB value is (220,207,20). Sum of RGB (Red+Green+Blue) = 220+207+20=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 20 (8.20% from 255 or 4.47% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCF14 is #2330EB. Grayscale: #BEBEBE. Windows color (decimal): -2306284 or 1363932. OLE color: 1363932.
HSL color Cylindrical-coordinate representation of color #DCCF14: hue angle of 56.1º degrees, saturation: 0.83, 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 #DCCF14 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 20 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.14 |
| HSL | 56.1º | 0.83% | 0.47% | - |
| HSV(B) | 56.1º | 0.91% | 0.86% | - |
| XYZ | 51.95 | 59.89 | 9.48 | - |
| YUV | 189.57 | 32.31 | 149.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 20 | 0 | 0.06 | 0.91 | 0.14 | 56.1 | 0.83 | 0.47 |
| Hex | DC | CF | 14 | 0 | 6 | 5B | E | 38 | 53 | 2F |
| Octal | 334 | 317 | 24 | 0 | 6 | 133 | 16 | 70 | 123 | 57 |
| Binary | 11011100 | 11001111 | 10100 | 0 | 110 | 1011011 | 1110 | 111000 | 1010011 | 101111 |
Color Harmonies of #DCCF14
Complementary color
Monochromatic Colors of #DCCF14
Black with #DCCF14
Text Example
Text Example
White with #DCCF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF14; }
p { color: rgb(220,207,20); }
H1.HeaderClassName
{
color: #DCCF14;
}
.AnyTagClassName
{
color: #DCCF14;
}
</style>
background-color css
<style>
a { background-color: #DCCF14; }
a { background-color: rgb(220,207,20); }
div.DivClassName
{
background-color: #DCCF14;
}
.BgClassName
{
background-color: #DCCF14;
}
</style>
border-color css
<style>
span { border-color: #DCCF14; }
span { border-color: rgb(220,207,20); }
td.TdClassName
{
border-color: #DCCF14;
}
.TagClassName
{
border-color: #DCCF14;
}
</style>