Shades of Sunflower #DCC81E
Tints of Sunflower #DCC81E
RGB
CMYK
RGB Variations
Color information
#DCC81E (or 0xDCC81E) is known color: Sunflower. HEX triplet: DC, C8 and 1E. RGB value is (220,200,30). Sum of RGB (Red+Green+Blue) = 220+200+30=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 200 (78.52% from 255 or 44.44% from 450); Blue value is 30 (12.11% from 255 or 6.67% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC81E is #2337E1. Grayscale: #BBBBBB. Windows color (decimal): -2308066 or 2017500. OLE color: 2017500.
HSL color Cylindrical-coordinate representation of color #DCC81E: hue angle of 53.68º 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 #DCC81E is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 200 | 30 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.14 |
| HSL | 53.68º | 0.76% | 0.49% | - |
| HSV(B) | 53.68º | 0.86% | 0.86% | - |
| XYZ | 50.4 | 56.62 | 9.5 | - |
| YUV | 186.6 | 39.63 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 200 | 30 | 0 | 0.09 | 0.86 | 0.14 | 53.68 | 0.76 | 0.49 |
| Hex | DC | C8 | 1E | 0 | 9 | 56 | E | 36 | 4C | 31 |
| Octal | 334 | 310 | 36 | 0 | 11 | 126 | 16 | 66 | 114 | 61 |
| Binary | 11011100 | 11001000 | 11110 | 0 | 1001 | 1010110 | 1110 | 110110 | 1001100 | 110001 |
Color Harmonies of #DCC81E
Complementary color
Monochromatic Colors of #DCC81E
Black with #DCC81E
Text Example
Text Example
White with #DCC81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC81E; }
p { color: rgb(220,200,30); }
H1.HeaderClassName
{
color: #DCC81E;
}
.AnyTagClassName
{
color: #DCC81E;
}
</style>
background-color css
<style>
a { background-color: #DCC81E; }
a { background-color: rgb(220,200,30); }
div.DivClassName
{
background-color: #DCC81E;
}
.BgClassName
{
background-color: #DCC81E;
}
</style>
border-color css
<style>
span { border-color: #DCC81E; }
span { border-color: rgb(220,200,30); }
td.TdClassName
{
border-color: #DCC81E;
}
.TagClassName
{
border-color: #DCC81E;
}
</style>