Shades of Sunflower #DCC229
Tints of Sunflower #DCC229
RGB
CMYK
RGB Variations
Color information
#DCC229 (or 0xDCC229) is known color: Sunflower. HEX triplet: DC, C2 and 29. RGB value is (220,194,41). Sum of RGB (Red+Green+Blue) = 220+194+41=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 41 (16.41% from 255 or 9.01% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC229 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC229 is #233DD6. Grayscale: #B8B8B8. Windows color (decimal): -2309591 or 2736860. OLE color: 2736860.
HSL color Cylindrical-coordinate representation of color #DCC229: hue angle of 51.28º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCC229 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 41 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.14 |
| HSL | 51.28º | 0.72% | 0.51% | - |
| HSV(B) | 51.28º | 0.81% | 0.86% | - |
| XYZ | 49.21 | 53.96 | 9.92 | - |
| YUV | 184.33 | 47.11 | 153.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 41 | 0 | 0.12 | 0.81 | 0.14 | 51.28 | 0.72 | 0.51 |
| Hex | DC | C2 | 29 | 0 | C | 51 | E | 33 | 48 | 33 |
| Octal | 334 | 302 | 51 | 0 | 14 | 121 | 16 | 63 | 110 | 63 |
| Binary | 11011100 | 11000010 | 101001 | 0 | 1100 | 1010001 | 1110 | 110011 | 1001000 | 110011 |
Color Harmonies of #DCC229
Complementary color
Monochromatic Colors of #DCC229
Black with #DCC229
Text Example
Text Example
White with #DCC229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC229; }
p { color: rgb(220,194,41); }
H1.HeaderClassName
{
color: #DCC229;
}
.AnyTagClassName
{
color: #DCC229;
}
</style>
background-color css
<style>
a { background-color: #DCC229; }
a { background-color: rgb(220,194,41); }
div.DivClassName
{
background-color: #DCC229;
}
.BgClassName
{
background-color: #DCC229;
}
</style>
border-color css
<style>
span { border-color: #DCC229; }
span { border-color: rgb(220,194,41); }
td.TdClassName
{
border-color: #DCC229;
}
.TagClassName
{
border-color: #DCC229;
}
</style>