Shades of Sunflower #DCC427
Tints of Sunflower #DCC427
RGB
CMYK
RGB Variations
Color information
#DCC427 (or 0xDCC427) is known color: Sunflower. HEX triplet: DC, C4 and 27. RGB value is (220,196,39). Sum of RGB (Red+Green+Blue) = 220+196+39=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 196 (76.95% from 255 or 43.08% from 455); Blue value is 39 (15.62% from 255 or 8.57% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC427 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC427 is #233BD8. Grayscale: #B9B9B9. Windows color (decimal): -2309081 or 2606300. OLE color: 2606300.
HSL color Cylindrical-coordinate representation of color #DCC427: hue angle of 52.04º 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 #DCC427 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 39 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.14 |
| HSL | 52.04º | 0.72% | 0.51% | - |
| HSV(B) | 52.04º | 0.82% | 0.86% | - |
| XYZ | 49.62 | 54.84 | 9.89 | - |
| YUV | 185.28 | 45.45 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 39 | 0 | 0.11 | 0.82 | 0.14 | 52.04 | 0.72 | 0.51 |
| Hex | DC | C4 | 27 | 0 | B | 52 | E | 34 | 48 | 33 |
| Octal | 334 | 304 | 47 | 0 | 13 | 122 | 16 | 64 | 110 | 63 |
| Binary | 11011100 | 11000100 | 100111 | 0 | 1011 | 1010010 | 1110 | 110100 | 1001000 | 110011 |
Color Harmonies of #DCC427
Complementary color
Monochromatic Colors of #DCC427
Black with #DCC427
Text Example
Text Example
White with #DCC427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC427; }
p { color: rgb(220,196,39); }
H1.HeaderClassName
{
color: #DCC427;
}
.AnyTagClassName
{
color: #DCC427;
}
</style>
background-color css
<style>
a { background-color: #DCC427; }
a { background-color: rgb(220,196,39); }
div.DivClassName
{
background-color: #DCC427;
}
.BgClassName
{
background-color: #DCC427;
}
</style>
border-color css
<style>
span { border-color: #DCC427; }
span { border-color: rgb(220,196,39); }
td.TdClassName
{
border-color: #DCC427;
}
.TagClassName
{
border-color: #DCC427;
}
</style>