Shades of Sunflower #DCC21E
Tints of Sunflower #DCC21E
RGB
CMYK
RGB Variations
Color information
#DCC21E (or 0xDCC21E) is known color: Sunflower. HEX triplet: DC, C2 and 1E. RGB value is (220,194,30). Sum of RGB (Red+Green+Blue) = 220+194+30=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 194 (76.17% from 255 or 43.69% from 444); Blue value is 30 (12.11% from 255 or 6.76% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC21E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC21E is #233DE1. Grayscale: #B7B7B7. Windows color (decimal): -2309602 or 2015964. OLE color: 2015964.
HSL color Cylindrical-coordinate representation of color #DCC21E: hue angle of 51.79º 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 #DCC21E is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 30 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.14 |
| HSL | 51.79º | 0.76% | 0.49% | - |
| HSV(B) | 51.79º | 0.86% | 0.86% | - |
| XYZ | 49.04 | 53.89 | 9.05 | - |
| YUV | 183.08 | 41.61 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 30 | 0 | 0.12 | 0.86 | 0.14 | 51.79 | 0.76 | 0.49 |
| Hex | DC | C2 | 1E | 0 | C | 56 | E | 34 | 4C | 31 |
| Octal | 334 | 302 | 36 | 0 | 14 | 126 | 16 | 64 | 114 | 61 |
| Binary | 11011100 | 11000010 | 11110 | 0 | 1100 | 1010110 | 1110 | 110100 | 1001100 | 110001 |
Color Harmonies of #DCC21E
Complementary color
Monochromatic Colors of #DCC21E
Black with #DCC21E
Text Example
Text Example
White with #DCC21E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC21E; }
p { color: rgb(220,194,30); }
H1.HeaderClassName
{
color: #DCC21E;
}
.AnyTagClassName
{
color: #DCC21E;
}
</style>
background-color css
<style>
a { background-color: #DCC21E; }
a { background-color: rgb(220,194,30); }
div.DivClassName
{
background-color: #DCC21E;
}
.BgClassName
{
background-color: #DCC21E;
}
</style>
border-color css
<style>
span { border-color: #DCC21E; }
span { border-color: rgb(220,194,30); }
td.TdClassName
{
border-color: #DCC21E;
}
.TagClassName
{
border-color: #DCC21E;
}
</style>