Shades of Sunflower #DDC129
Tints of Sunflower #DDC129
RGB
CMYK
RGB Variations
Color information
#DDC129 (or 0xDDC129) is known color: Sunflower. HEX triplet: DD, C1 and 29. RGB value is (221,193,41). Sum of RGB (Red+Green+Blue) = 221+193+41=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 41 (16.41% from 255 or 9.01% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC129 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC129 is #223ED6. Grayscale: #B8B8B8. Windows color (decimal): -2244311 or 2736605. OLE color: 2736605.
HSL color Cylindrical-coordinate representation of color #DDC129: hue angle of 50.67º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDC129 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 41 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.13 |
| HSL | 50.67º | 0.73% | 0.51% | - |
| HSV(B) | 50.67º | 0.81% | 0.87% | - |
| XYZ | 49.29 | 53.67 | 9.86 | - |
| YUV | 184.04 | 47.28 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 41 | 0 | 0.13 | 0.81 | 0.13 | 50.67 | 0.73 | 0.51 |
| Hex | DD | C1 | 29 | 0 | D | 51 | D | 33 | 49 | 33 |
| Octal | 335 | 301 | 51 | 0 | 15 | 121 | 15 | 63 | 111 | 63 |
| Binary | 11011101 | 11000001 | 101001 | 0 | 1101 | 1010001 | 1101 | 110011 | 1001001 | 110011 |
Color Harmonies of #DDC129
Complementary color
Monochromatic Colors of #DDC129
Black with #DDC129
Text Example
Text Example
White with #DDC129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC129; }
p { color: rgb(221,193,41); }
H1.HeaderClassName
{
color: #DDC129;
}
.AnyTagClassName
{
color: #DDC129;
}
</style>
background-color css
<style>
a { background-color: #DDC129; }
a { background-color: rgb(221,193,41); }
div.DivClassName
{
background-color: #DDC129;
}
.BgClassName
{
background-color: #DDC129;
}
</style>
border-color css
<style>
span { border-color: #DDC129; }
span { border-color: rgb(221,193,41); }
td.TdClassName
{
border-color: #DDC129;
}
.TagClassName
{
border-color: #DDC129;
}
</style>