Shades of Sunflower #DDC21A
Tints of Sunflower #DDC21A
RGB
CMYK
RGB Variations
Color information
#DDC21A (or 0xDDC21A) is known color: Sunflower. HEX triplet: DD, C2 and 1A. RGB value is (221,194,26). Sum of RGB (Red+Green+Blue) = 221+194+26=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 194 (76.17% from 255 or 43.99% from 441); Blue value is 26 (10.55% from 255 or 5.90% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC21A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC21A is #223DE5. Grayscale: #B7B7B7. Windows color (decimal): -2244070 or 1753821. OLE color: 1753821.
HSL color Cylindrical-coordinate representation of color #DDC21A: hue angle of 51.69º 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 #DDC21A is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 26 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.13 |
| HSL | 51.69º | 0.79% | 0.48% | - |
| HSV(B) | 51.69º | 0.88% | 0.87% | - |
| XYZ | 49.3 | 54.03 | 8.81 | - |
| YUV | 182.92 | 39.45 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 26 | 0 | 0.12 | 0.88 | 0.13 | 51.69 | 0.79 | 0.48 |
| Hex | DD | C2 | 1A | 0 | C | 58 | D | 34 | 4F | 30 |
| Octal | 335 | 302 | 32 | 0 | 14 | 130 | 15 | 64 | 117 | 60 |
| Binary | 11011101 | 11000010 | 11010 | 0 | 1100 | 1011000 | 1101 | 110100 | 1001111 | 110000 |
Color Harmonies of #DDC21A
Complementary color
Monochromatic Colors of #DDC21A
Black with #DDC21A
Text Example
Text Example
White with #DDC21A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC21A; }
p { color: rgb(221,194,26); }
H1.HeaderClassName
{
color: #DDC21A;
}
.AnyTagClassName
{
color: #DDC21A;
}
</style>
background-color css
<style>
a { background-color: #DDC21A; }
a { background-color: rgb(221,194,26); }
div.DivClassName
{
background-color: #DDC21A;
}
.BgClassName
{
background-color: #DDC21A;
}
</style>
border-color css
<style>
span { border-color: #DDC21A; }
span { border-color: rgb(221,194,26); }
td.TdClassName
{
border-color: #DDC21A;
}
.TagClassName
{
border-color: #DDC21A;
}
</style>