Shades of Sunflower #DCC325
Tints of Sunflower #DCC325
RGB
CMYK
RGB Variations
Color information
#DCC325 (or 0xDCC325) is known color: Sunflower. HEX triplet: DC, C3 and 25. RGB value is (220,195,37). Sum of RGB (Red+Green+Blue) = 220+195+37=452 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.67% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 37 (14.84% from 255 or 8.19% from 452); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DCC325 is #233CDA. Grayscale: #B9B9B9. Windows color (decimal): -2309339 or 2474972. OLE color: 2474972.
HSL color Cylindrical-coordinate representation of color #DCC325: hue angle of 51.8º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DCC325 is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 37 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.14 |
| HSL | 51.8º | 0.72% | 0.5% | - |
| HSV(B) | 51.8º | 0.83% | 0.86% | - |
| XYZ | 49.36 | 54.38 | 9.64 | - |
| YUV | 184.46 | 44.78 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 37 | 0 | 0.11 | 0.83 | 0.14 | 51.8 | 0.72 | 0.5 |
| Hex | DC | C3 | 25 | 0 | B | 53 | E | 34 | 48 | 32 |
| Octal | 334 | 303 | 45 | 0 | 13 | 123 | 16 | 64 | 110 | 62 |
| Binary | 11011100 | 11000011 | 100101 | 0 | 1011 | 1010011 | 1110 | 110100 | 1001000 | 110010 |
Color Harmonies of #DCC325
Complementary color
Monochromatic Colors of #DCC325
Black with #DCC325
Text Example
Text Example
White with #DCC325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC325; }
p { color: rgb(220,195,37); }
H1.HeaderClassName
{
color: #DCC325;
}
.AnyTagClassName
{
color: #DCC325;
}
</style>
background-color css
<style>
a { background-color: #DCC325; }
a { background-color: rgb(220,195,37); }
div.DivClassName
{
background-color: #DCC325;
}
.BgClassName
{
background-color: #DCC325;
}
</style>
border-color css
<style>
span { border-color: #DCC325; }
span { border-color: rgb(220,195,37); }
td.TdClassName
{
border-color: #DCC325;
}
.TagClassName
{
border-color: #DCC325;
}
</style>