Shades of Sunflower #DCC41E
Tints of Sunflower #DCC41E
RGB
CMYK
RGB Variations
Color information
#DCC41E (or 0xDCC41E) is known color: Sunflower. HEX triplet: DC, C4 and 1E. RGB value is (220,196,30). Sum of RGB (Red+Green+Blue) = 220+196+30=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 196 (76.95% from 255 or 43.95% from 446); Blue value is 30 (12.11% from 255 or 6.73% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC41E is #233BE1. Grayscale: #B8B8B8. Windows color (decimal): -2309090 or 2016476. OLE color: 2016476.
HSL color Cylindrical-coordinate representation of color #DCC41E: hue angle of 52.42º degrees, saturation: 0.76, 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 #DCC41E is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 30 | - |
| CMYK | 0 | 0.11 | 0.86 | 0.14 |
| HSL | 52.42º | 0.76% | 0.49% | - |
| HSV(B) | 52.42º | 0.86% | 0.86% | - |
| XYZ | 49.49 | 54.79 | 9.2 | - |
| YUV | 184.25 | 40.95 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 30 | 0 | 0.11 | 0.86 | 0.14 | 52.42 | 0.76 | 0.49 |
| Hex | DC | C4 | 1E | 0 | B | 56 | E | 34 | 4C | 31 |
| Octal | 334 | 304 | 36 | 0 | 13 | 126 | 16 | 64 | 114 | 61 |
| Binary | 11011100 | 11000100 | 11110 | 0 | 1011 | 1010110 | 1110 | 110100 | 1001100 | 110001 |
Color Harmonies of #DCC41E
Complementary color
Monochromatic Colors of #DCC41E
Black with #DCC41E
Text Example
Text Example
White with #DCC41E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC41E; }
p { color: rgb(220,196,30); }
H1.HeaderClassName
{
color: #DCC41E;
}
.AnyTagClassName
{
color: #DCC41E;
}
</style>
background-color css
<style>
a { background-color: #DCC41E; }
a { background-color: rgb(220,196,30); }
div.DivClassName
{
background-color: #DCC41E;
}
.BgClassName
{
background-color: #DCC41E;
}
</style>
border-color css
<style>
span { border-color: #DCC41E; }
span { border-color: rgb(220,196,30); }
td.TdClassName
{
border-color: #DCC41E;
}
.TagClassName
{
border-color: #DCC41E;
}
</style>