Shades of Sunflower #DCCF0F
Tints of Sunflower #DCCF0F
RGB
CMYK
RGB Variations
Color information
#DCCF0F (or 0xDCCF0F) is known color: Sunflower. HEX triplet: DC, CF and 0F. RGB value is (220,207,15). Sum of RGB (Red+Green+Blue) = 220+207+15=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 15 (6.25% from 255 or 3.39% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCF0F is #2330F0. Grayscale: #BDBDBD. Windows color (decimal): -2306289 or 1036252. OLE color: 1036252.
HSL color Cylindrical-coordinate representation of color #DCCF0F: hue angle of 56.2º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCCF0F is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 207 | 15 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.14 |
| HSL | 56.2º | 0.87% | 0.46% | - |
| HSV(B) | 56.2º | 0.93% | 0.86% | - |
| XYZ | 51.91 | 59.88 | 9.27 | - |
| YUV | 189 | 29.81 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 207 | 15 | 0 | 0.06 | 0.93 | 0.14 | 56.2 | 0.87 | 0.46 |
| Hex | DC | CF | F | 0 | 6 | 5D | E | 38 | 57 | 2E |
| Octal | 334 | 317 | 17 | 0 | 6 | 135 | 16 | 70 | 127 | 56 |
| Binary | 11011100 | 11001111 | 1111 | 0 | 110 | 1011101 | 1110 | 111000 | 1010111 | 101110 |
Color Harmonies of #DCCF0F
Complementary color
Monochromatic Colors of #DCCF0F
Black with #DCCF0F
Text Example
Text Example
White with #DCCF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCF0F; }
p { color: rgb(220,207,15); }
H1.HeaderClassName
{
color: #DCCF0F;
}
.AnyTagClassName
{
color: #DCCF0F;
}
</style>
background-color css
<style>
a { background-color: #DCCF0F; }
a { background-color: rgb(220,207,15); }
div.DivClassName
{
background-color: #DCCF0F;
}
.BgClassName
{
background-color: #DCCF0F;
}
</style>
border-color css
<style>
span { border-color: #DCCF0F; }
span { border-color: rgb(220,207,15); }
td.TdClassName
{
border-color: #DCCF0F;
}
.TagClassName
{
border-color: #DCCF0F;
}
</style>