Shades of Sunflower #DDCB19
Tints of Sunflower #DDCB19
RGB
CMYK
RGB Variations
Color information
#DDCB19 (or 0xDDCB19) is known color: Sunflower. HEX triplet: DD, CB and 19. RGB value is (221,203,25). Sum of RGB (Red+Green+Blue) = 221+203+25=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 25 (10.16% from 255 or 5.57% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDCB19 is #2234E6. Grayscale: #BCBCBC. Windows color (decimal): -2241767 or 1690589. OLE color: 1690589.
HSL color Cylindrical-coordinate representation of color #DDCB19: hue angle of 54.49º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DDCB19 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 25 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.13 |
| HSL | 54.49º | 0.8% | 0.48% | - |
| HSV(B) | 54.49º | 0.89% | 0.87% | - |
| XYZ | 51.35 | 58.15 | 9.44 | - |
| YUV | 188.09 | 35.96 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 25 | 0 | 0.08 | 0.89 | 0.13 | 54.49 | 0.8 | 0.48 |
| Hex | DD | CB | 19 | 0 | 8 | 59 | D | 36 | 50 | 30 |
| Octal | 335 | 313 | 31 | 0 | 10 | 131 | 15 | 66 | 120 | 60 |
| Binary | 11011101 | 11001011 | 11001 | 0 | 1000 | 1011001 | 1101 | 110110 | 1010000 | 110000 |
Color Harmonies of #DDCB19
Complementary color
Monochromatic Colors of #DDCB19
Black with #DDCB19
Text Example
Text Example
White with #DDCB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB19; }
p { color: rgb(221,203,25); }
H1.HeaderClassName
{
color: #DDCB19;
}
.AnyTagClassName
{
color: #DDCB19;
}
</style>
background-color css
<style>
a { background-color: #DDCB19; }
a { background-color: rgb(221,203,25); }
div.DivClassName
{
background-color: #DDCB19;
}
.BgClassName
{
background-color: #DDCB19;
}
</style>
border-color css
<style>
span { border-color: #DDCB19; }
span { border-color: rgb(221,203,25); }
td.TdClassName
{
border-color: #DDCB19;
}
.TagClassName
{
border-color: #DDCB19;
}
</style>