Shades of Sunflower #DCC11A
Tints of Sunflower #DCC11A
RGB
CMYK
RGB Variations
Color information
#DCC11A (or 0xDCC11A) is known color: Sunflower. HEX triplet: DC, C1 and 1A. RGB value is (220,193,26). Sum of RGB (Red+Green+Blue) = 220+193+26=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 193 (75.78% from 255 or 43.96% from 439); Blue value is 26 (10.55% from 255 or 5.92% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC11A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC11A is #233EE5. Grayscale: #B6B6B6. Windows color (decimal): -2309862 or 1753564. OLE color: 1753564.
HSL color Cylindrical-coordinate representation of color #DCC11A: hue angle of 51.65º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCC11A is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 26 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.14 |
| HSL | 51.65º | 0.79% | 0.48% | - |
| HSV(B) | 51.65º | 0.88% | 0.86% | - |
| XYZ | 48.77 | 53.43 | 8.72 | - |
| YUV | 182.04 | 39.95 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 26 | 0 | 0.12 | 0.88 | 0.14 | 51.65 | 0.79 | 0.48 |
| Hex | DC | C1 | 1A | 0 | C | 58 | E | 34 | 4F | 30 |
| Octal | 334 | 301 | 32 | 0 | 14 | 130 | 16 | 64 | 117 | 60 |
| Binary | 11011100 | 11000001 | 11010 | 0 | 1100 | 1011000 | 1110 | 110100 | 1001111 | 110000 |
Color Harmonies of #DCC11A
Complementary color
Monochromatic Colors of #DCC11A
Black with #DCC11A
Text Example
Text Example
White with #DCC11A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC11A; }
p { color: rgb(220,193,26); }
H1.HeaderClassName
{
color: #DCC11A;
}
.AnyTagClassName
{
color: #DCC11A;
}
</style>
background-color css
<style>
a { background-color: #DCC11A; }
a { background-color: rgb(220,193,26); }
div.DivClassName
{
background-color: #DCC11A;
}
.BgClassName
{
background-color: #DCC11A;
}
</style>
border-color css
<style>
span { border-color: #DCC11A; }
span { border-color: rgb(220,193,26); }
td.TdClassName
{
border-color: #DCC11A;
}
.TagClassName
{
border-color: #DCC11A;
}
</style>