Shades of Sunflower #DCCC0F
Tints of Sunflower #DCCC0F
RGB
CMYK
RGB Variations
Color information
#DCCC0F (or 0xDCCC0F) is known color: Sunflower. HEX triplet: DC, CC and 0F. RGB value is (220,204,15). Sum of RGB (Red+Green+Blue) = 220+204+15=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 15 (6.25% from 255 or 3.42% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCC0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCCC0F is #2333F0. Grayscale: #BCBCBC. Windows color (decimal): -2307057 or 1035484. OLE color: 1035484.
HSL color Cylindrical-coordinate representation of color #DCCC0F: hue angle of 55.32º 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 #DCCC0F is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 204 | 15 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.14 |
| HSL | 55.32º | 0.87% | 0.46% | - |
| HSV(B) | 55.32º | 0.93% | 0.86% | - |
| XYZ | 51.19 | 58.44 | 9.03 | - |
| YUV | 187.24 | 30.8 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 204 | 15 | 0 | 0.07 | 0.93 | 0.14 | 55.32 | 0.87 | 0.46 |
| Hex | DC | CC | F | 0 | 7 | 5D | E | 37 | 57 | 2E |
| Octal | 334 | 314 | 17 | 0 | 7 | 135 | 16 | 67 | 127 | 56 |
| Binary | 11011100 | 11001100 | 1111 | 0 | 111 | 1011101 | 1110 | 110111 | 1010111 | 101110 |
Color Harmonies of #DCCC0F
Complementary color
Monochromatic Colors of #DCCC0F
Black with #DCCC0F
Text Example
Text Example
White with #DCCC0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCC0F; }
p { color: rgb(220,204,15); }
H1.HeaderClassName
{
color: #DCCC0F;
}
.AnyTagClassName
{
color: #DCCC0F;
}
</style>
background-color css
<style>
a { background-color: #DCCC0F; }
a { background-color: rgb(220,204,15); }
div.DivClassName
{
background-color: #DCCC0F;
}
.BgClassName
{
background-color: #DCCC0F;
}
</style>
border-color css
<style>
span { border-color: #DCCC0F; }
span { border-color: rgb(220,204,15); }
td.TdClassName
{
border-color: #DCCC0F;
}
.TagClassName
{
border-color: #DCCC0F;
}
</style>