Shades of Sunflower #DDC51A
Tints of Sunflower #DDC51A
RGB
CMYK
RGB Variations
Color information
#DDC51A (or 0xDDC51A) is known color: Sunflower. HEX triplet: DD, C5 and 1A. RGB value is (221,197,26). Sum of RGB (Red+Green+Blue) = 221+197+26=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 26 (10.55% from 255 or 5.86% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC51A is #223AE5. Grayscale: #B9B9B9. Windows color (decimal): -2243302 or 1754589. OLE color: 1754589.
HSL color Cylindrical-coordinate representation of color #DDC51A: hue angle of 52.62º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDC51A is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 26 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.13 |
| HSL | 52.62º | 0.79% | 0.48% | - |
| HSV(B) | 52.62º | 0.88% | 0.87% | - |
| XYZ | 49.97 | 55.38 | 9.03 | - |
| YUV | 184.68 | 38.45 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 26 | 0 | 0.11 | 0.88 | 0.13 | 52.62 | 0.79 | 0.48 |
| Hex | DD | C5 | 1A | 0 | B | 58 | D | 35 | 4F | 30 |
| Octal | 335 | 305 | 32 | 0 | 13 | 130 | 15 | 65 | 117 | 60 |
| Binary | 11011101 | 11000101 | 11010 | 0 | 1011 | 1011000 | 1101 | 110101 | 1001111 | 110000 |
Color Harmonies of #DDC51A
Complementary color
Monochromatic Colors of #DDC51A
Black with #DDC51A
Text Example
Text Example
White with #DDC51A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC51A; }
p { color: rgb(221,197,26); }
H1.HeaderClassName
{
color: #DDC51A;
}
.AnyTagClassName
{
color: #DDC51A;
}
</style>
background-color css
<style>
a { background-color: #DDC51A; }
a { background-color: rgb(221,197,26); }
div.DivClassName
{
background-color: #DDC51A;
}
.BgClassName
{
background-color: #DDC51A;
}
</style>
border-color css
<style>
span { border-color: #DDC51A; }
span { border-color: rgb(221,197,26); }
td.TdClassName
{
border-color: #DDC51A;
}
.TagClassName
{
border-color: #DDC51A;
}
</style>