Shades of Sunflower #DCC027
Tints of Sunflower #DCC027
RGB
CMYK
RGB Variations
Color information
#DCC027 (or 0xDCC027) is known color: Sunflower. HEX triplet: DC, C0 and 27. RGB value is (220,192,39). Sum of RGB (Red+Green+Blue) = 220+192+39=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 39 (15.62% from 255 or 8.65% from 451); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC027 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC027 is #233FD8. Grayscale: #B7B7B7. Windows color (decimal): -2310105 or 2605276. OLE color: 2605276.
HSL color Cylindrical-coordinate representation of color #DCC027: hue angle of 50.72º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCC027 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 39 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.14 |
| HSL | 50.72º | 0.72% | 0.51% | - |
| HSV(B) | 50.72º | 0.82% | 0.86% | - |
| XYZ | 48.73 | 53.06 | 9.59 | - |
| YUV | 182.93 | 46.78 | 154.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 39 | 0 | 0.13 | 0.82 | 0.14 | 50.72 | 0.72 | 0.51 |
| Hex | DC | C0 | 27 | 0 | D | 52 | E | 33 | 48 | 33 |
| Octal | 334 | 300 | 47 | 0 | 15 | 122 | 16 | 63 | 110 | 63 |
| Binary | 11011100 | 11000000 | 100111 | 0 | 1101 | 1010010 | 1110 | 110011 | 1001000 | 110011 |
Color Harmonies of #DCC027
Complementary color
Monochromatic Colors of #DCC027
Black with #DCC027
Text Example
Text Example
White with #DCC027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC027; }
p { color: rgb(220,192,39); }
H1.HeaderClassName
{
color: #DCC027;
}
.AnyTagClassName
{
color: #DCC027;
}
</style>
background-color css
<style>
a { background-color: #DCC027; }
a { background-color: rgb(220,192,39); }
div.DivClassName
{
background-color: #DCC027;
}
.BgClassName
{
background-color: #DCC027;
}
</style>
border-color css
<style>
span { border-color: #DCC027; }
span { border-color: rgb(220,192,39); }
td.TdClassName
{
border-color: #DCC027;
}
.TagClassName
{
border-color: #DCC027;
}
</style>