Shades of Sunflower #DCC31C
Tints of Sunflower #DCC31C
RGB
CMYK
RGB Variations
Color information
#DCC31C (or 0xDCC31C) is known color: Sunflower. HEX triplet: DC, C3 and 1C. RGB value is (220,195,28). Sum of RGB (Red+Green+Blue) = 220+195+28=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 28 (11.33% from 255 or 6.32% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC31C is #233CE3. Grayscale: #B8B8B8. Windows color (decimal): -2309348 or 1885148. OLE color: 1885148.
HSL color Cylindrical-coordinate representation of color #DCC31C: hue angle of 52.19º 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 #DCC31C is Cyan = 0, Magento = 0.11, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 28 | - |
| CMYK | 0 | 0.11 | 0.87 | 0.14 |
| HSL | 52.19º | 0.77% | 0.49% | - |
| HSV(B) | 52.19º | 0.87% | 0.86% | - |
| XYZ | 49.24 | 54.33 | 8.99 | - |
| YUV | 183.44 | 40.28 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 28 | 0 | 0.11 | 0.87 | 0.14 | 52.19 | 0.77 | 0.49 |
| Hex | DC | C3 | 1C | 0 | B | 57 | E | 34 | 4D | 31 |
| Octal | 334 | 303 | 34 | 0 | 13 | 127 | 16 | 64 | 115 | 61 |
| Binary | 11011100 | 11000011 | 11100 | 0 | 1011 | 1010111 | 1110 | 110100 | 1001101 | 110001 |
Color Harmonies of #DCC31C
Complementary color
Monochromatic Colors of #DCC31C
Black with #DCC31C
Text Example
Text Example
White with #DCC31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC31C; }
p { color: rgb(220,195,28); }
H1.HeaderClassName
{
color: #DCC31C;
}
.AnyTagClassName
{
color: #DCC31C;
}
</style>
background-color css
<style>
a { background-color: #DCC31C; }
a { background-color: rgb(220,195,28); }
div.DivClassName
{
background-color: #DCC31C;
}
.BgClassName
{
background-color: #DCC31C;
}
</style>
border-color css
<style>
span { border-color: #DCC31C; }
span { border-color: rgb(220,195,28); }
td.TdClassName
{
border-color: #DCC31C;
}
.TagClassName
{
border-color: #DCC31C;
}
</style>