Shades of Sunflower #DCC21F
Tints of Sunflower #DCC21F
RGB
CMYK
RGB Variations
Color information
#DCC21F (or 0xDCC21F) is known color: Sunflower. HEX triplet: DC, C2 and 1F. RGB value is (220,194,31). Sum of RGB (Red+Green+Blue) = 220+194+31=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 194 (76.17% from 255 or 43.60% from 445); Blue value is 31 (12.5% from 255 or 6.97% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC21F is #233DE0. Grayscale: #B7B7B7. Windows color (decimal): -2309601 or 2081500. OLE color: 2081500.
HSL color Cylindrical-coordinate representation of color #DCC21F: hue angle of 51.75º degrees, saturation: 0.75, 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 #DCC21F is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 31 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.14 |
| HSL | 51.75º | 0.75% | 0.49% | - |
| HSV(B) | 51.75º | 0.86% | 0.86% | - |
| XYZ | 49.05 | 53.9 | 9.11 | - |
| YUV | 183.19 | 42.11 | 154.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 31 | 0 | 0.12 | 0.86 | 0.14 | 51.75 | 0.75 | 0.49 |
| Hex | DC | C2 | 1F | 0 | C | 56 | E | 34 | 4B | 31 |
| Octal | 334 | 302 | 37 | 0 | 14 | 126 | 16 | 64 | 113 | 61 |
| Binary | 11011100 | 11000010 | 11111 | 0 | 1100 | 1010110 | 1110 | 110100 | 1001011 | 110001 |
Color Harmonies of #DCC21F
Complementary color
Monochromatic Colors of #DCC21F
Black with #DCC21F
Text Example
Text Example
White with #DCC21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC21F; }
p { color: rgb(220,194,31); }
H1.HeaderClassName
{
color: #DCC21F;
}
.AnyTagClassName
{
color: #DCC21F;
}
</style>
background-color css
<style>
a { background-color: #DCC21F; }
a { background-color: rgb(220,194,31); }
div.DivClassName
{
background-color: #DCC21F;
}
.BgClassName
{
background-color: #DCC21F;
}
</style>
border-color css
<style>
span { border-color: #DCC21F; }
span { border-color: rgb(220,194,31); }
td.TdClassName
{
border-color: #DCC21F;
}
.TagClassName
{
border-color: #DCC21F;
}
</style>