Shades of Sunflower #DDC21F
Tints of Sunflower #DDC21F
RGB
CMYK
RGB Variations
Color information
#DDC21F (or 0xDDC21F) is known color: Sunflower. HEX triplet: DD, C2 and 1F. RGB value is (221,194,31). Sum of RGB (Red+Green+Blue) = 221+194+31=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 31 (12.5% from 255 or 6.95% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC21F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC21F is #223DE0. Grayscale: #B8B8B8. Windows color (decimal): -2244065 or 2081501. OLE color: 2081501.
HSL color Cylindrical-coordinate representation of color #DDC21F: hue angle of 51.47º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDC21F is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 194 | 31 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.13 |
| HSL | 51.47º | 0.75% | 0.49% | - |
| HSV(B) | 51.47º | 0.86% | 0.87% | - |
| XYZ | 49.36 | 54.05 | 9.13 | - |
| YUV | 183.49 | 41.95 | 154.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 194 | 31 | 0 | 0.12 | 0.86 | 0.13 | 51.47 | 0.75 | 0.49 |
| Hex | DD | C2 | 1F | 0 | C | 56 | D | 33 | 4B | 31 |
| Octal | 335 | 302 | 37 | 0 | 14 | 126 | 15 | 63 | 113 | 61 |
| Binary | 11011101 | 11000010 | 11111 | 0 | 1100 | 1010110 | 1101 | 110011 | 1001011 | 110001 |
Color Harmonies of #DDC21F
Complementary color
Monochromatic Colors of #DDC21F
Black with #DDC21F
Text Example
Text Example
White with #DDC21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC21F; }
p { color: rgb(221,194,31); }
H1.HeaderClassName
{
color: #DDC21F;
}
.AnyTagClassName
{
color: #DDC21F;
}
</style>
background-color css
<style>
a { background-color: #DDC21F; }
a { background-color: rgb(221,194,31); }
div.DivClassName
{
background-color: #DDC21F;
}
.BgClassName
{
background-color: #DDC21F;
}
</style>
border-color css
<style>
span { border-color: #DDC21F; }
span { border-color: rgb(221,194,31); }
td.TdClassName
{
border-color: #DDC21F;
}
.TagClassName
{
border-color: #DDC21F;
}
</style>