Shades of Sunflower #DCC328
Tints of Sunflower #DCC328
RGB
CMYK
RGB Variations
Color information
#DCC328 (or 0xDCC328) is known color: Sunflower. HEX triplet: DC, C3 and 28. RGB value is (220,195,40). Sum of RGB (Red+Green+Blue) = 220+195+40=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 195 (76.56% from 255 or 42.86% from 455); Blue value is 40 (16.02% from 255 or 8.79% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC328 is #233CD7. Grayscale: #B9B9B9. Windows color (decimal): -2309336 or 2671580. OLE color: 2671580.
HSL color Cylindrical-coordinate representation of color #DCC328: hue angle of 51.67º 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 #DCC328 is Cyan = 0, Magento = 0.11, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 40 | - |
| CMYK | 0 | 0.11 | 0.82 | 0.14 |
| HSL | 51.67º | 0.72% | 0.51% | - |
| HSV(B) | 51.67º | 0.82% | 0.86% | - |
| XYZ | 49.41 | 54.4 | 9.9 | - |
| YUV | 184.81 | 46.28 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 40 | 0 | 0.11 | 0.82 | 0.14 | 51.67 | 0.72 | 0.51 |
| Hex | DC | C3 | 28 | 0 | B | 52 | E | 34 | 48 | 33 |
| Octal | 334 | 303 | 50 | 0 | 13 | 122 | 16 | 64 | 110 | 63 |
| Binary | 11011100 | 11000011 | 101000 | 0 | 1011 | 1010010 | 1110 | 110100 | 1001000 | 110011 |
Color Harmonies of #DCC328
Complementary color
Monochromatic Colors of #DCC328
Black with #DCC328
Text Example
Text Example
White with #DCC328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC328; }
p { color: rgb(220,195,40); }
H1.HeaderClassName
{
color: #DCC328;
}
.AnyTagClassName
{
color: #DCC328;
}
</style>
background-color css
<style>
a { background-color: #DCC328; }
a { background-color: rgb(220,195,40); }
div.DivClassName
{
background-color: #DCC328;
}
.BgClassName
{
background-color: #DCC328;
}
</style>
border-color css
<style>
span { border-color: #DCC328; }
span { border-color: rgb(220,195,40); }
td.TdClassName
{
border-color: #DCC328;
}
.TagClassName
{
border-color: #DCC328;
}
</style>