Shades of Sunflower #DDC310
Tints of Sunflower #DDC310
RGB
CMYK
RGB Variations
Color information
#DDC310 (or 0xDDC310) is known color: Sunflower. HEX triplet: DD, C3 and 10. RGB value is (221,195,16). Sum of RGB (Red+Green+Blue) = 221+195+16=432 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.16% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 16 (6.64% from 255 or 3.70% from 432); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC310 is #223CEF. Grayscale: #B7B7B7. Windows color (decimal): -2243824 or 1098717. OLE color: 1098717.
HSL color Cylindrical-coordinate representation of color #DDC310: hue angle of 52.39º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DDC310 is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 16 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.13 |
| HSL | 52.39º | 0.86% | 0.46% | - |
| HSV(B) | 52.39º | 0.93% | 0.87% | - |
| XYZ | 49.43 | 54.44 | 8.39 | - |
| YUV | 182.37 | 34.11 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 16 | 0 | 0.12 | 0.93 | 0.13 | 52.39 | 0.86 | 0.46 |
| Hex | DD | C3 | 10 | 0 | C | 5D | D | 34 | 56 | 2E |
| Octal | 335 | 303 | 20 | 0 | 14 | 135 | 15 | 64 | 126 | 56 |
| Binary | 11011101 | 11000011 | 10000 | 0 | 1100 | 1011101 | 1101 | 110100 | 1010110 | 101110 |
Color Harmonies of #DDC310
Complementary color
Monochromatic Colors of #DDC310
Black with #DDC310
Text Example
Text Example
White with #DDC310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC310; }
p { color: rgb(221,195,16); }
H1.HeaderClassName
{
color: #DDC310;
}
.AnyTagClassName
{
color: #DDC310;
}
</style>
background-color css
<style>
a { background-color: #DDC310; }
a { background-color: rgb(221,195,16); }
div.DivClassName
{
background-color: #DDC310;
}
.BgClassName
{
background-color: #DDC310;
}
</style>
border-color css
<style>
span { border-color: #DDC310; }
span { border-color: rgb(221,195,16); }
td.TdClassName
{
border-color: #DDC310;
}
.TagClassName
{
border-color: #DDC310;
}
</style>