Shades of Sunflower #DDC105
Tints of Sunflower #DDC105
RGB
CMYK
RGB Variations
Color information
#DDC105 (or 0xDDC105) is known color: Sunflower. HEX triplet: DD, C1 and 05. RGB value is (221,193,5). Sum of RGB (Red+Green+Blue) = 221+193+5=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 193 (75.78% from 255 or 46.06% from 419); Blue value is 5 (2.34% from 255 or 1.19% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC105 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDC105 is #223EFA. Grayscale: #B4B4B4. Windows color (decimal): -2244347 or 377309. OLE color: 377309.
HSL color Cylindrical-coordinate representation of color #DDC105: hue angle of 52.22º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DDC105 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 5 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.13 |
| HSL | 52.22º | 0.96% | 0.44% | - |
| HSV(B) | 52.22º | 0.98% | 0.87% | - |
| XYZ | 48.92 | 53.52 | 7.9 | - |
| YUV | 179.94 | 29.28 | 157.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 5 | 0 | 0.13 | 0.98 | 0.13 | 52.22 | 0.96 | 0.44 |
| Hex | DD | C1 | 5 | 0 | D | 62 | D | 34 | 60 | 2C |
| Octal | 335 | 301 | 5 | 0 | 15 | 142 | 15 | 64 | 140 | 54 |
| Binary | 11011101 | 11000001 | 101 | 0 | 1101 | 1100010 | 1101 | 110100 | 1100000 | 101100 |
Color Harmonies of #DDC105
Complementary color
Monochromatic Colors of #DDC105
Black with #DDC105
Text Example
Text Example
White with #DDC105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC105; }
p { color: rgb(221,193,5); }
H1.HeaderClassName
{
color: #DDC105;
}
.AnyTagClassName
{
color: #DDC105;
}
</style>
background-color css
<style>
a { background-color: #DDC105; }
a { background-color: rgb(221,193,5); }
div.DivClassName
{
background-color: #DDC105;
}
.BgClassName
{
background-color: #DDC105;
}
</style>
border-color css
<style>
span { border-color: #DDC105; }
span { border-color: rgb(221,193,5); }
td.TdClassName
{
border-color: #DDC105;
}
.TagClassName
{
border-color: #DDC105;
}
</style>