Shades of Sunflower #DDC126
Tints of Sunflower #DDC126
RGB
CMYK
RGB Variations
Color information
#DDC126 (or 0xDDC126) is known color: Sunflower. HEX triplet: DD, C1 and 26. RGB value is (221,193,38). Sum of RGB (Red+Green+Blue) = 221+193+38=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 193 (75.78% from 255 or 42.70% from 452); Blue value is 38 (15.23% from 255 or 8.41% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC126 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC126 is #223ED9. Grayscale: #B8B8B8. Windows color (decimal): -2244314 or 2539997. OLE color: 2539997.
HSL color Cylindrical-coordinate representation of color #DDC126: hue angle of 50.82º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDC126 is Cyan = 0, Magento = 0.13, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 193 | 38 | - |
| CMYK | 0 | 0.13 | 0.83 | 0.13 |
| HSL | 50.82º | 0.73% | 0.51% | - |
| HSV(B) | 50.82º | 0.83% | 0.87% | - |
| XYZ | 49.24 | 53.65 | 9.59 | - |
| YUV | 183.7 | 45.78 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 193 | 38 | 0 | 0.13 | 0.83 | 0.13 | 50.82 | 0.73 | 0.51 |
| Hex | DD | C1 | 26 | 0 | D | 53 | D | 33 | 49 | 33 |
| Octal | 335 | 301 | 46 | 0 | 15 | 123 | 15 | 63 | 111 | 63 |
| Binary | 11011101 | 11000001 | 100110 | 0 | 1101 | 1010011 | 1101 | 110011 | 1001001 | 110011 |
Color Harmonies of #DDC126
Complementary color
Monochromatic Colors of #DDC126
Black with #DDC126
Text Example
Text Example
White with #DDC126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC126; }
p { color: rgb(221,193,38); }
H1.HeaderClassName
{
color: #DDC126;
}
.AnyTagClassName
{
color: #DDC126;
}
</style>
background-color css
<style>
a { background-color: #DDC126; }
a { background-color: rgb(221,193,38); }
div.DivClassName
{
background-color: #DDC126;
}
.BgClassName
{
background-color: #DDC126;
}
</style>
border-color css
<style>
span { border-color: #DDC126; }
span { border-color: rgb(221,193,38); }
td.TdClassName
{
border-color: #DDC126;
}
.TagClassName
{
border-color: #DDC126;
}
</style>