Shades of Sunflower #DDBD23
Tints of Sunflower #DDBD23
RGB
CMYK
RGB Variations
Color information
#DDBD23 (or 0xDDBD23) is known color: Sunflower. HEX triplet: DD, BD and 23. RGB value is (221,189,35). Sum of RGB (Red+Green+Blue) = 221+189+35=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 35 (14.06% from 255 or 7.87% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBD23 is #2242DC. Grayscale: #B5B5B5. Windows color (decimal): -2245341 or 2342365. OLE color: 2342365.
HSL color Cylindrical-coordinate representation of color #DDBD23: hue angle of 49.68º 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 #DDBD23 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 35 | - |
| CMYK | 0 | 0.14 | 0.84 | 0.13 |
| HSL | 49.68º | 0.73% | 0.5% | - |
| HSV(B) | 49.68º | 0.84% | 0.87% | - |
| XYZ | 48.32 | 51.89 | 9.06 | - |
| YUV | 181.01 | 45.6 | 156.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 35 | 0 | 0.14 | 0.84 | 0.13 | 49.68 | 0.73 | 0.5 |
| Hex | DD | BD | 23 | 0 | E | 54 | D | 32 | 49 | 32 |
| Octal | 335 | 275 | 43 | 0 | 16 | 124 | 15 | 62 | 111 | 62 |
| Binary | 11011101 | 10111101 | 100011 | 0 | 1110 | 1010100 | 1101 | 110010 | 1001001 | 110010 |
Color Harmonies of #DDBD23
Complementary color
Monochromatic Colors of #DDBD23
Black with #DDBD23
Text Example
Text Example
White with #DDBD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD23; }
p { color: rgb(221,189,35); }
H1.HeaderClassName
{
color: #DDBD23;
}
.AnyTagClassName
{
color: #DDBD23;
}
</style>
background-color css
<style>
a { background-color: #DDBD23; }
a { background-color: rgb(221,189,35); }
div.DivClassName
{
background-color: #DDBD23;
}
.BgClassName
{
background-color: #DDBD23;
}
</style>
border-color css
<style>
span { border-color: #DDBD23; }
span { border-color: rgb(221,189,35); }
td.TdClassName
{
border-color: #DDBD23;
}
.TagClassName
{
border-color: #DDBD23;
}
</style>