Shades of Sunflower #DCC127
Tints of Sunflower #DCC127
RGB
CMYK
RGB Variations
Color information
#DCC127 (or 0xDCC127) is known color: Sunflower. HEX triplet: DC, C1 and 27. RGB value is (220,193,39). Sum of RGB (Red+Green+Blue) = 220+193+39=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 39 (15.62% from 255 or 8.63% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC127 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC127 is #233ED8. Grayscale: #B8B8B8. Windows color (decimal): -2309849 or 2605532. OLE color: 2605532.
HSL color Cylindrical-coordinate representation of color #DCC127: hue angle of 51.05º 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 #DCC127 is Cyan = 0, Magento = 0.12, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 39 | - |
| CMYK | 0 | 0.12 | 0.82 | 0.14 |
| HSL | 51.05º | 0.72% | 0.51% | - |
| HSV(B) | 51.05º | 0.82% | 0.86% | - |
| XYZ | 48.95 | 53.5 | 9.67 | - |
| YUV | 183.52 | 46.45 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 39 | 0 | 0.12 | 0.82 | 0.14 | 51.05 | 0.72 | 0.51 |
| Hex | DC | C1 | 27 | 0 | C | 52 | E | 33 | 48 | 33 |
| Octal | 334 | 301 | 47 | 0 | 14 | 122 | 16 | 63 | 110 | 63 |
| Binary | 11011100 | 11000001 | 100111 | 0 | 1100 | 1010010 | 1110 | 110011 | 1001000 | 110011 |
Color Harmonies of #DCC127
Complementary color
Monochromatic Colors of #DCC127
Black with #DCC127
Text Example
Text Example
White with #DCC127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC127; }
p { color: rgb(220,193,39); }
H1.HeaderClassName
{
color: #DCC127;
}
.AnyTagClassName
{
color: #DCC127;
}
</style>
background-color css
<style>
a { background-color: #DCC127; }
a { background-color: rgb(220,193,39); }
div.DivClassName
{
background-color: #DCC127;
}
.BgClassName
{
background-color: #DCC127;
}
</style>
border-color css
<style>
span { border-color: #DCC127; }
span { border-color: rgb(220,193,39); }
td.TdClassName
{
border-color: #DCC127;
}
.TagClassName
{
border-color: #DCC127;
}
</style>