Shades of Sunflower #DDC51B
Tints of Sunflower #DDC51B
RGB
CMYK
RGB Variations
Color information
#DDC51B (or 0xDDC51B) is known color: Sunflower. HEX triplet: DD, C5 and 1B. RGB value is (221,197,27). Sum of RGB (Red+Green+Blue) = 221+197+27=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 27 (10.94% from 255 or 6.07% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC51B is #223AE4. Grayscale: #B9B9B9. Windows color (decimal): -2243301 or 1820125. OLE color: 1820125.
HSL color Cylindrical-coordinate representation of color #DDC51B: hue angle of 52.58º 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 #DDC51B is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 197 | 27 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.13 |
| HSL | 52.58º | 0.78% | 0.49% | - |
| HSV(B) | 52.58º | 0.88% | 0.87% | - |
| XYZ | 49.98 | 55.38 | 9.09 | - |
| YUV | 184.8 | 38.95 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 197 | 27 | 0 | 0.11 | 0.88 | 0.13 | 52.58 | 0.78 | 0.49 |
| Hex | DD | C5 | 1B | 0 | B | 58 | D | 35 | 4E | 31 |
| Octal | 335 | 305 | 33 | 0 | 13 | 130 | 15 | 65 | 116 | 61 |
| Binary | 11011101 | 11000101 | 11011 | 0 | 1011 | 1011000 | 1101 | 110101 | 1001110 | 110001 |
Color Harmonies of #DDC51B
Complementary color
Monochromatic Colors of #DDC51B
Black with #DDC51B
Text Example
Text Example
White with #DDC51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC51B; }
p { color: rgb(221,197,27); }
H1.HeaderClassName
{
color: #DDC51B;
}
.AnyTagClassName
{
color: #DDC51B;
}
</style>
background-color css
<style>
a { background-color: #DDC51B; }
a { background-color: rgb(221,197,27); }
div.DivClassName
{
background-color: #DDC51B;
}
.BgClassName
{
background-color: #DDC51B;
}
</style>
border-color css
<style>
span { border-color: #DDC51B; }
span { border-color: rgb(221,197,27); }
td.TdClassName
{
border-color: #DDC51B;
}
.TagClassName
{
border-color: #DDC51B;
}
</style>