Shades of Sunflower #DDBE25
Tints of Sunflower #DDBE25
RGB
CMYK
RGB Variations
Color information
#DDBE25 (or 0xDDBE25) is known color: Sunflower. HEX triplet: DD, BE and 25. RGB value is (221,190,37). Sum of RGB (Red+Green+Blue) = 221+190+37=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 37 (14.84% from 255 or 8.26% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBE25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBE25 is #2241DA. Grayscale: #B6B6B6. Windows color (decimal): -2245083 or 2473693. OLE color: 2473693.
HSL color Cylindrical-coordinate representation of color #DDBE25: hue angle of 49.89º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDBE25 is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 190 | 37 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.13 |
| HSL | 49.89º | 0.73% | 0.51% | - |
| HSV(B) | 49.89º | 0.83% | 0.87% | - |
| XYZ | 48.57 | 52.33 | 9.29 | - |
| YUV | 181.83 | 46.27 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 190 | 37 | 0 | 0.14 | 0.83 | 0.13 | 49.89 | 0.73 | 0.51 |
| Hex | DD | BE | 25 | 0 | E | 53 | D | 32 | 49 | 33 |
| Octal | 335 | 276 | 45 | 0 | 16 | 123 | 15 | 62 | 111 | 63 |
| Binary | 11011101 | 10111110 | 100101 | 0 | 1110 | 1010011 | 1101 | 110010 | 1001001 | 110011 |
Color Harmonies of #DDBE25
Complementary color
Monochromatic Colors of #DDBE25
Black with #DDBE25
Text Example
Text Example
White with #DDBE25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBE25; }
p { color: rgb(221,190,37); }
H1.HeaderClassName
{
color: #DDBE25;
}
.AnyTagClassName
{
color: #DDBE25;
}
</style>
background-color css
<style>
a { background-color: #DDBE25; }
a { background-color: rgb(221,190,37); }
div.DivClassName
{
background-color: #DDBE25;
}
.BgClassName
{
background-color: #DDBE25;
}
</style>
border-color css
<style>
span { border-color: #DDBE25; }
span { border-color: rgb(221,190,37); }
td.TdClassName
{
border-color: #DDBE25;
}
.TagClassName
{
border-color: #DDBE25;
}
</style>