Shades of Sunflower #DDBD1E
Tints of Sunflower #DDBD1E
RGB
CMYK
RGB Variations
Color information
#DDBD1E (or 0xDDBD1E) is known color: Sunflower. HEX triplet: DD, BD and 1E. RGB value is (221,189,30). Sum of RGB (Red+Green+Blue) = 221+189+30=440 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.23% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 30 (12.11% from 255 or 6.82% from 440); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDBD1E is #2242E1. Grayscale: #B5B5B5. Windows color (decimal): -2245346 or 2014685. OLE color: 2014685.
HSL color Cylindrical-coordinate representation of color #DDBD1E: hue angle of 49.95º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDBD1E is Cyan = 0, Magento = 0.14, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 30 | - |
| CMYK | 0 | 0.14 | 0.86 | 0.13 |
| HSL | 49.95º | 0.76% | 0.49% | - |
| HSV(B) | 49.95º | 0.86% | 0.87% | - |
| XYZ | 48.25 | 51.86 | 8.7 | - |
| YUV | 180.44 | 43.1 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 30 | 0 | 0.14 | 0.86 | 0.13 | 49.95 | 0.76 | 0.49 |
| Hex | DD | BD | 1E | 0 | E | 56 | D | 32 | 4C | 31 |
| Octal | 335 | 275 | 36 | 0 | 16 | 126 | 15 | 62 | 114 | 61 |
| Binary | 11011101 | 10111101 | 11110 | 0 | 1110 | 1010110 | 1101 | 110010 | 1001100 | 110001 |
Color Harmonies of #DDBD1E
Complementary color
Monochromatic Colors of #DDBD1E
Black with #DDBD1E
Text Example
Text Example
White with #DDBD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD1E; }
p { color: rgb(221,189,30); }
H1.HeaderClassName
{
color: #DDBD1E;
}
.AnyTagClassName
{
color: #DDBD1E;
}
</style>
background-color css
<style>
a { background-color: #DDBD1E; }
a { background-color: rgb(221,189,30); }
div.DivClassName
{
background-color: #DDBD1E;
}
.BgClassName
{
background-color: #DDBD1E;
}
</style>
border-color css
<style>
span { border-color: #DDBD1E; }
span { border-color: rgb(221,189,30); }
td.TdClassName
{
border-color: #DDBD1E;
}
.TagClassName
{
border-color: #DDBD1E;
}
</style>