Shades of Sunflower #DCC313
Tints of Sunflower #DCC313
RGB
CMYK
RGB Variations
Color information
#DCC313 (or 0xDCC313) is known color: Sunflower. HEX triplet: DC, C3 and 13. RGB value is (220,195,19). Sum of RGB (Red+Green+Blue) = 220+195+19=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 195 (76.56% from 255 or 44.93% from 434); Blue value is 19 (7.81% from 255 or 4.38% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC313 is #233CEC. Grayscale: #B7B7B7. Windows color (decimal): -2309357 or 1295324. OLE color: 1295324.
HSL color Cylindrical-coordinate representation of color #DCC313: hue angle of 52.54º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DCC313 is Cyan = 0, Magento = 0.11, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 19 | - |
| CMYK | 0 | 0.11 | 0.91 | 0.14 |
| HSL | 52.54º | 0.84% | 0.47% | - |
| HSV(B) | 52.54º | 0.91% | 0.86% | - |
| XYZ | 49.15 | 54.29 | 8.51 | - |
| YUV | 182.41 | 35.78 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 19 | 0 | 0.11 | 0.91 | 0.14 | 52.54 | 0.84 | 0.47 |
| Hex | DC | C3 | 13 | 0 | B | 5B | E | 35 | 54 | 2F |
| Octal | 334 | 303 | 23 | 0 | 13 | 133 | 16 | 65 | 124 | 57 |
| Binary | 11011100 | 11000011 | 10011 | 0 | 1011 | 1011011 | 1110 | 110101 | 1010100 | 101111 |
Color Harmonies of #DCC313
Complementary color
Monochromatic Colors of #DCC313
Black with #DCC313
Text Example
Text Example
White with #DCC313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC313; }
p { color: rgb(220,195,19); }
H1.HeaderClassName
{
color: #DCC313;
}
.AnyTagClassName
{
color: #DCC313;
}
</style>
background-color css
<style>
a { background-color: #DCC313; }
a { background-color: rgb(220,195,19); }
div.DivClassName
{
background-color: #DCC313;
}
.BgClassName
{
background-color: #DCC313;
}
</style>
border-color css
<style>
span { border-color: #DCC313; }
span { border-color: rgb(220,195,19); }
td.TdClassName
{
border-color: #DCC313;
}
.TagClassName
{
border-color: #DCC313;
}
</style>