Shades of Sunflower #DDBC23
Tints of Sunflower #DDBC23
RGB
CMYK
RGB Variations
Color information
#DDBC23 (or 0xDDBC23) is known color: Sunflower. HEX triplet: DD, BC and 23. RGB value is (221,188,35). Sum of RGB (Red+Green+Blue) = 221+188+35=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 35 (14.06% from 255 or 7.88% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBC23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBC23 is #2243DC. Grayscale: #B5B5B5. Windows color (decimal): -2245597 or 2342109. OLE color: 2342109.
HSL color Cylindrical-coordinate representation of color #DDBC23: hue angle of 49.35º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDBC23 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 188 | 35 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.13 |
| HSL | 49.35º | 0.73% | 0.5% | - |
| HSV(B) | 49.35º | 0.84% | 0.87% | - |
| XYZ | 48.11 | 51.46 | 8.99 | - |
| YUV | 180.43 | 45.93 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 188 | 35 | 0 | 0.15 | 0.84 | 0.13 | 49.35 | 0.73 | 0.5 |
| Hex | DD | BC | 23 | 0 | F | 54 | D | 31 | 49 | 32 |
| Octal | 335 | 274 | 43 | 0 | 17 | 124 | 15 | 61 | 111 | 62 |
| Binary | 11011101 | 10111100 | 100011 | 0 | 1111 | 1010100 | 1101 | 110001 | 1001001 | 110010 |
Color Harmonies of #DDBC23
Complementary color
Monochromatic Colors of #DDBC23
Black with #DDBC23
Text Example
Text Example
White with #DDBC23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBC23; }
p { color: rgb(221,188,35); }
H1.HeaderClassName
{
color: #DDBC23;
}
.AnyTagClassName
{
color: #DDBC23;
}
</style>
background-color css
<style>
a { background-color: #DDBC23; }
a { background-color: rgb(221,188,35); }
div.DivClassName
{
background-color: #DDBC23;
}
.BgClassName
{
background-color: #DDBC23;
}
</style>
border-color css
<style>
span { border-color: #DDBC23; }
span { border-color: rgb(221,188,35); }
td.TdClassName
{
border-color: #DDBC23;
}
.TagClassName
{
border-color: #DDBC23;
}
</style>