Shades of Sunflower #DDC31E
Tints of Sunflower #DDC31E
RGB
CMYK
RGB Variations
Color information
#DDC31E (or 0xDDC31E) is known color: Sunflower. HEX triplet: DD, C3 and 1E. RGB value is (221,195,30). Sum of RGB (Red+Green+Blue) = 221+195+30=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 195 (76.56% from 255 or 43.72% from 446); Blue value is 30 (12.11% from 255 or 6.73% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC31E is #223CE1. Grayscale: #B8B8B8. Windows color (decimal): -2243810 or 2016221. OLE color: 2016221.
HSL color Cylindrical-coordinate representation of color #DDC31E: hue angle of 51.83º degrees, saturation: 0.76, 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 #DDC31E is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 30 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.13 |
| HSL | 51.83º | 0.76% | 0.49% | - |
| HSV(B) | 51.83º | 0.86% | 0.87% | - |
| XYZ | 49.57 | 54.5 | 9.13 | - |
| YUV | 183.96 | 41.11 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 30 | 0 | 0.12 | 0.86 | 0.13 | 51.83 | 0.76 | 0.49 |
| Hex | DD | C3 | 1E | 0 | C | 56 | D | 34 | 4C | 31 |
| Octal | 335 | 303 | 36 | 0 | 14 | 126 | 15 | 64 | 114 | 61 |
| Binary | 11011101 | 11000011 | 11110 | 0 | 1100 | 1010110 | 1101 | 110100 | 1001100 | 110001 |
Color Harmonies of #DDC31E
Complementary color
Monochromatic Colors of #DDC31E
Black with #DDC31E
Text Example
Text Example
White with #DDC31E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC31E; }
p { color: rgb(221,195,30); }
H1.HeaderClassName
{
color: #DDC31E;
}
.AnyTagClassName
{
color: #DDC31E;
}
</style>
background-color css
<style>
a { background-color: #DDC31E; }
a { background-color: rgb(221,195,30); }
div.DivClassName
{
background-color: #DDC31E;
}
.BgClassName
{
background-color: #DDC31E;
}
</style>
border-color css
<style>
span { border-color: #DDC31E; }
span { border-color: rgb(221,195,30); }
td.TdClassName
{
border-color: #DDC31E;
}
.TagClassName
{
border-color: #DDC31E;
}
</style>