Shades of Sunflower #DCC311
Tints of Sunflower #DCC311
RGB
CMYK
RGB Variations
Color information
#DCC311 (or 0xDCC311) is known color: Sunflower. HEX triplet: DC, C3 and 11. RGB value is (220,195,17). Sum of RGB (Red+Green+Blue) = 220+195+17=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 17 (7.03% from 255 or 3.94% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC311 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC311 is #233CEE. Grayscale: #B6B6B6. Windows color (decimal): -2309359 or 1164252. OLE color: 1164252.
HSL color Cylindrical-coordinate representation of color #DCC311: hue angle of 52.61º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCC311 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 17 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.14 |
| HSL | 52.61º | 0.86% | 0.46% | - |
| HSV(B) | 52.61º | 0.92% | 0.86% | - |
| XYZ | 49.13 | 54.29 | 8.42 | - |
| YUV | 182.18 | 34.78 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 17 | 0 | 0.11 | 0.92 | 0.14 | 52.61 | 0.86 | 0.46 |
| Hex | DC | C3 | 11 | 0 | B | 5C | E | 35 | 56 | 2E |
| Octal | 334 | 303 | 21 | 0 | 13 | 134 | 16 | 65 | 126 | 56 |
| Binary | 11011100 | 11000011 | 10001 | 0 | 1011 | 1011100 | 1110 | 110101 | 1010110 | 101110 |
Color Harmonies of #DCC311
Complementary color
Monochromatic Colors of #DCC311
Black with #DCC311
Text Example
Text Example
White with #DCC311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC311; }
p { color: rgb(220,195,17); }
H1.HeaderClassName
{
color: #DCC311;
}
.AnyTagClassName
{
color: #DCC311;
}
</style>
background-color css
<style>
a { background-color: #DCC311; }
a { background-color: rgb(220,195,17); }
div.DivClassName
{
background-color: #DCC311;
}
.BgClassName
{
background-color: #DCC311;
}
</style>
border-color css
<style>
span { border-color: #DCC311; }
span { border-color: rgb(220,195,17); }
td.TdClassName
{
border-color: #DCC311;
}
.TagClassName
{
border-color: #DCC311;
}
</style>