Shades of Sunflower #DDBC1B
Tints of Sunflower #DDBC1B
RGB
CMYK
RGB Variations
Color information
#DDBC1B (or 0xDDBC1B) is known color: Sunflower. HEX triplet: DD, BC and 1B. RGB value is (221,188,27). Sum of RGB (Red+Green+Blue) = 221+188+27=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 188 (73.83% from 255 or 43.12% from 436); Blue value is 27 (10.94% from 255 or 6.19% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBC1B is #2243E4. Grayscale: #B4B4B4. Windows color (decimal): -2245605 or 1817821. OLE color: 1817821.
HSL color Cylindrical-coordinate representation of color #DDBC1B: hue angle of 49.79º 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 #DDBC1B is Cyan = 0, Magento = 0.15, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 27 | - |
| CMYK | 0 | 0.15 | 0.88 | 0.13 |
| HSL | 49.79º | 0.78% | 0.49% | - |
| HSV(B) | 49.79º | 0.88% | 0.87% | - |
| XYZ | 48 | 51.42 | 8.43 | - |
| YUV | 179.51 | 41.93 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 27 | 0 | 0.15 | 0.88 | 0.13 | 49.79 | 0.78 | 0.49 |
| Hex | DD | BC | 1B | 0 | F | 58 | D | 32 | 4E | 31 |
| Octal | 335 | 274 | 33 | 0 | 17 | 130 | 15 | 62 | 116 | 61 |
| Binary | 11011101 | 10111100 | 11011 | 0 | 1111 | 1011000 | 1101 | 110010 | 1001110 | 110001 |
Color Harmonies of #DDBC1B
Complementary color
Monochromatic Colors of #DDBC1B
Black with #DDBC1B
Text Example
Text Example
White with #DDBC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC1B; }
p { color: rgb(221,188,27); }
H1.HeaderClassName
{
color: #DDBC1B;
}
.AnyTagClassName
{
color: #DDBC1B;
}
</style>
background-color css
<style>
a { background-color: #DDBC1B; }
a { background-color: rgb(221,188,27); }
div.DivClassName
{
background-color: #DDBC1B;
}
.BgClassName
{
background-color: #DDBC1B;
}
</style>
border-color css
<style>
span { border-color: #DDBC1B; }
span { border-color: rgb(221,188,27); }
td.TdClassName
{
border-color: #DDBC1B;
}
.TagClassName
{
border-color: #DDBC1B;
}
</style>