Shades of Sunflower #DDC31B
Tints of Sunflower #DDC31B
RGB
CMYK
RGB Variations
Color information
#DDC31B (or 0xDDC31B) is known color: Sunflower. HEX triplet: DD, C3 and 1B. RGB value is (221,195,27). Sum of RGB (Red+Green+Blue) = 221+195+27=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 27 (10.94% from 255 or 6.09% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC31B is #223CE4. Grayscale: #B8B8B8. Windows color (decimal): -2243813 or 1819613. OLE color: 1819613.
HSL color Cylindrical-coordinate representation of color #DDC31B: hue angle of 51.96º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDC31B is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 195 | 27 | - |
| CMYK | 0 | 0.12 | 0.88 | 0.13 |
| HSL | 51.96º | 0.78% | 0.49% | - |
| HSV(B) | 51.96º | 0.88% | 0.87% | - |
| XYZ | 49.53 | 54.48 | 8.94 | - |
| YUV | 183.62 | 39.61 | 154.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 195 | 27 | 0 | 0.12 | 0.88 | 0.13 | 51.96 | 0.78 | 0.49 |
| Hex | DD | C3 | 1B | 0 | C | 58 | D | 34 | 4E | 31 |
| Octal | 335 | 303 | 33 | 0 | 14 | 130 | 15 | 64 | 116 | 61 |
| Binary | 11011101 | 11000011 | 11011 | 0 | 1100 | 1011000 | 1101 | 110100 | 1001110 | 110001 |
Color Harmonies of #DDC31B
Complementary color
Monochromatic Colors of #DDC31B
Black with #DDC31B
Text Example
Text Example
White with #DDC31B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC31B; }
p { color: rgb(221,195,27); }
H1.HeaderClassName
{
color: #DDC31B;
}
.AnyTagClassName
{
color: #DDC31B;
}
</style>
background-color css
<style>
a { background-color: #DDC31B; }
a { background-color: rgb(221,195,27); }
div.DivClassName
{
background-color: #DDC31B;
}
.BgClassName
{
background-color: #DDC31B;
}
</style>
border-color css
<style>
span { border-color: #DDC31B; }
span { border-color: rgb(221,195,27); }
td.TdClassName
{
border-color: #DDC31B;
}
.TagClassName
{
border-color: #DDC31B;
}
</style>