Shades of Sunflower #DDC81F
Tints of Sunflower #DDC81F
RGB
CMYK
RGB Variations
Color information
#DDC81F (or 0xDDC81F) is known color: Sunflower. HEX triplet: DD, C8 and 1F. RGB value is (221,200,31). Sum of RGB (Red+Green+Blue) = 221+200+31=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 31 (12.5% from 255 or 6.86% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC81F is #2237E0. Grayscale: #BBBBBB. Windows color (decimal): -2242529 or 2083037. OLE color: 2083037.
HSL color Cylindrical-coordinate representation of color #DDC81F: hue angle of 53.37º 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 #DDC81F is Cyan = 0, Magento = 0.10, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 31 | - |
| CMYK | 0 | 0.10 | 0.86 | 0.13 |
| HSL | 53.37º | 0.75% | 0.49% | - |
| HSV(B) | 53.37º | 0.86% | 0.87% | - |
| XYZ | 50.72 | 56.78 | 9.58 | - |
| YUV | 187.01 | 39.96 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 31 | 0 | 0.10 | 0.86 | 0.13 | 53.37 | 0.75 | 0.49 |
| Hex | DD | C8 | 1F | 0 | A | 56 | D | 35 | 4B | 31 |
| Octal | 335 | 310 | 37 | 0 | 12 | 126 | 15 | 65 | 113 | 61 |
| Binary | 11011101 | 11001000 | 11111 | 0 | 1010 | 1010110 | 1101 | 110101 | 1001011 | 110001 |
Color Harmonies of #DDC81F
Complementary color
Monochromatic Colors of #DDC81F
Black with #DDC81F
Text Example
Text Example
White with #DDC81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC81F; }
p { color: rgb(221,200,31); }
H1.HeaderClassName
{
color: #DDC81F;
}
.AnyTagClassName
{
color: #DDC81F;
}
</style>
background-color css
<style>
a { background-color: #DDC81F; }
a { background-color: rgb(221,200,31); }
div.DivClassName
{
background-color: #DDC81F;
}
.BgClassName
{
background-color: #DDC81F;
}
</style>
border-color css
<style>
span { border-color: #DDC81F; }
span { border-color: rgb(221,200,31); }
td.TdClassName
{
border-color: #DDC81F;
}
.TagClassName
{
border-color: #DDC81F;
}
</style>