Shades of Sunflower #DCC11D
Tints of Sunflower #DCC11D
RGB
CMYK
RGB Variations
Color information
#DCC11D (or 0xDCC11D) is known color: Sunflower. HEX triplet: DC, C1 and 1D. RGB value is (220,193,29). Sum of RGB (Red+Green+Blue) = 220+193+29=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 193 (75.78% from 255 or 43.67% from 442); Blue value is 29 (11.72% from 255 or 6.56% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC11D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC11D is #233EE2. Grayscale: #B7B7B7. Windows color (decimal): -2309859 or 1950172. OLE color: 1950172.
HSL color Cylindrical-coordinate representation of color #DCC11D: hue angle of 51.52º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCC11D is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 29 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.14 |
| HSL | 51.52º | 0.77% | 0.49% | - |
| HSV(B) | 51.52º | 0.87% | 0.86% | - |
| XYZ | 48.81 | 53.44 | 8.91 | - |
| YUV | 182.38 | 41.45 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 29 | 0 | 0.12 | 0.87 | 0.14 | 51.52 | 0.77 | 0.49 |
| Hex | DC | C1 | 1D | 0 | C | 57 | E | 34 | 4D | 31 |
| Octal | 334 | 301 | 35 | 0 | 14 | 127 | 16 | 64 | 115 | 61 |
| Binary | 11011100 | 11000001 | 11101 | 0 | 1100 | 1010111 | 1110 | 110100 | 1001101 | 110001 |
Color Harmonies of #DCC11D
Complementary color
Monochromatic Colors of #DCC11D
Black with #DCC11D
Text Example
Text Example
White with #DCC11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC11D; }
p { color: rgb(220,193,29); }
H1.HeaderClassName
{
color: #DCC11D;
}
.AnyTagClassName
{
color: #DCC11D;
}
</style>
background-color css
<style>
a { background-color: #DCC11D; }
a { background-color: rgb(220,193,29); }
div.DivClassName
{
background-color: #DCC11D;
}
.BgClassName
{
background-color: #DCC11D;
}
</style>
border-color css
<style>
span { border-color: #DCC11D; }
span { border-color: rgb(220,193,29); }
td.TdClassName
{
border-color: #DCC11D;
}
.TagClassName
{
border-color: #DCC11D;
}
</style>