Shades of Sunflower #DCC11F
Tints of Sunflower #DCC11F
RGB
CMYK
RGB Variations
Color information
#DCC11F (or 0xDCC11F) is known color: Sunflower. HEX triplet: DC, C1 and 1F. RGB value is (220,193,31). Sum of RGB (Red+Green+Blue) = 220+193+31=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 31 (12.5% from 255 or 6.98% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC11F is #233EE0. Grayscale: #B7B7B7. Windows color (decimal): -2309857 or 2081244. OLE color: 2081244.
HSL color Cylindrical-coordinate representation of color #DCC11F: hue angle of 51.43º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCC11F is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 31 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.14 |
| HSL | 51.43º | 0.75% | 0.49% | - |
| HSV(B) | 51.43º | 0.86% | 0.86% | - |
| XYZ | 48.83 | 53.45 | 9.04 | - |
| YUV | 182.61 | 42.45 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 31 | 0 | 0.12 | 0.86 | 0.14 | 51.43 | 0.75 | 0.49 |
| Hex | DC | C1 | 1F | 0 | C | 56 | E | 33 | 4B | 31 |
| Octal | 334 | 301 | 37 | 0 | 14 | 126 | 16 | 63 | 113 | 61 |
| Binary | 11011100 | 11000001 | 11111 | 0 | 1100 | 1010110 | 1110 | 110011 | 1001011 | 110001 |
Color Harmonies of #DCC11F
Complementary color
Monochromatic Colors of #DCC11F
Black with #DCC11F
Text Example
Text Example
White with #DCC11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC11F; }
p { color: rgb(220,193,31); }
H1.HeaderClassName
{
color: #DCC11F;
}
.AnyTagClassName
{
color: #DCC11F;
}
</style>
background-color css
<style>
a { background-color: #DCC11F; }
a { background-color: rgb(220,193,31); }
div.DivClassName
{
background-color: #DCC11F;
}
.BgClassName
{
background-color: #DCC11F;
}
</style>
border-color css
<style>
span { border-color: #DCC11F; }
span { border-color: rgb(220,193,31); }
td.TdClassName
{
border-color: #DCC11F;
}
.TagClassName
{
border-color: #DCC11F;
}
</style>