Shades of Sunflower #DCC21D
Tints of Sunflower #DCC21D
RGB
CMYK
RGB Variations
Color information
#DCC21D (or 0xDCC21D) is known color: Sunflower. HEX triplet: DC, C2 and 1D. RGB value is (220,194,29). Sum of RGB (Red+Green+Blue) = 220+194+29=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 194 (76.17% from 255 or 43.79% from 443); Blue value is 29 (11.72% from 255 or 6.55% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC21D is #233DE2. Grayscale: #B7B7B7. Windows color (decimal): -2309603 or 1950428. OLE color: 1950428.
HSL color Cylindrical-coordinate representation of color #DCC21D: hue angle of 51.83º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCC21D is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 29 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.14 |
| HSL | 51.83º | 0.77% | 0.49% | - |
| HSV(B) | 51.83º | 0.87% | 0.86% | - |
| XYZ | 49.03 | 53.89 | 8.98 | - |
| YUV | 182.96 | 41.11 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 29 | 0 | 0.12 | 0.87 | 0.14 | 51.83 | 0.77 | 0.49 |
| Hex | DC | C2 | 1D | 0 | C | 57 | E | 34 | 4D | 31 |
| Octal | 334 | 302 | 35 | 0 | 14 | 127 | 16 | 64 | 115 | 61 |
| Binary | 11011100 | 11000010 | 11101 | 0 | 1100 | 1010111 | 1110 | 110100 | 1001101 | 110001 |
Color Harmonies of #DCC21D
Complementary color
Monochromatic Colors of #DCC21D
Black with #DCC21D
Text Example
Text Example
White with #DCC21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC21D; }
p { color: rgb(220,194,29); }
H1.HeaderClassName
{
color: #DCC21D;
}
.AnyTagClassName
{
color: #DCC21D;
}
</style>
background-color css
<style>
a { background-color: #DCC21D; }
a { background-color: rgb(220,194,29); }
div.DivClassName
{
background-color: #DCC21D;
}
.BgClassName
{
background-color: #DCC21D;
}
</style>
border-color css
<style>
span { border-color: #DCC21D; }
span { border-color: rgb(220,194,29); }
td.TdClassName
{
border-color: #DCC21D;
}
.TagClassName
{
border-color: #DCC21D;
}
</style>