Shades of Sunflower #DDC31F
Tints of Sunflower #DDC31F
RGB
CMYK
RGB Variations
Color information
#DDC31F (or 0xDDC31F) is known color: Sunflower. HEX triplet: DD, C3 and 1F. RGB value is (221,195,31). Sum of RGB (Red+Green+Blue) = 221+195+31=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 195 (76.56% from 255 or 43.62% from 447); Blue value is 31 (12.5% from 255 or 6.94% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC31F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC31F is #223CE0. Grayscale: #B8B8B8. Windows color (decimal): -2243809 or 2081757. OLE color: 2081757.
HSL color Cylindrical-coordinate representation of color #DDC31F: hue angle of 51.79º 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 #DDC31F is Cyan = 0, Magento = 0.12, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 31 | - |
| CMYK | 0 | 0.12 | 0.86 | 0.13 |
| HSL | 51.79º | 0.75% | 0.49% | - |
| HSV(B) | 51.79º | 0.86% | 0.87% | - |
| XYZ | 49.58 | 54.5 | 9.2 | - |
| YUV | 184.08 | 41.61 | 154.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 31 | 0 | 0.12 | 0.86 | 0.13 | 51.79 | 0.75 | 0.49 |
| Hex | DD | C3 | 1F | 0 | C | 56 | D | 34 | 4B | 31 |
| Octal | 335 | 303 | 37 | 0 | 14 | 126 | 15 | 64 | 113 | 61 |
| Binary | 11011101 | 11000011 | 11111 | 0 | 1100 | 1010110 | 1101 | 110100 | 1001011 | 110001 |
Color Harmonies of #DDC31F
Complementary color
Monochromatic Colors of #DDC31F
Black with #DDC31F
Text Example
Text Example
White with #DDC31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC31F; }
p { color: rgb(221,195,31); }
H1.HeaderClassName
{
color: #DDC31F;
}
.AnyTagClassName
{
color: #DDC31F;
}
</style>
background-color css
<style>
a { background-color: #DDC31F; }
a { background-color: rgb(221,195,31); }
div.DivClassName
{
background-color: #DDC31F;
}
.BgClassName
{
background-color: #DDC31F;
}
</style>
border-color css
<style>
span { border-color: #DDC31F; }
span { border-color: rgb(221,195,31); }
td.TdClassName
{
border-color: #DDC31F;
}
.TagClassName
{
border-color: #DDC31F;
}
</style>