Shades of Sunflower #DDBD0E
Tints of Sunflower #DDBD0E
RGB
CMYK
RGB Variations
Color information
#DDBD0E (or 0xDDBD0E) is known color: Sunflower. HEX triplet: DD, BD and 0E. RGB value is (221,189,14). Sum of RGB (Red+Green+Blue) = 221+189+14=424 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.12% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 14 (5.86% from 255 or 3.30% from 424); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBD0E is #2242F1. Grayscale: #B3B3B3. Windows color (decimal): -2245362 or 966109. OLE color: 966109.
HSL color Cylindrical-coordinate representation of color #DDBD0E: hue angle of 50.72º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DDBD0E is Cyan = 0, Magento = 0.14, Yellow = 0.94 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 14 | - |
| CMYK | 0 | 0.14 | 0.94 | 0.13 |
| HSL | 50.72º | 0.88% | 0.46% | - |
| HSV(B) | 50.72º | 0.94% | 0.87% | - |
| XYZ | 48.1 | 51.8 | 7.88 | - |
| YUV | 178.62 | 35.1 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 14 | 0 | 0.14 | 0.94 | 0.13 | 50.72 | 0.88 | 0.46 |
| Hex | DD | BD | E | 0 | E | 5E | D | 33 | 58 | 2E |
| Octal | 335 | 275 | 16 | 0 | 16 | 136 | 15 | 63 | 130 | 56 |
| Binary | 11011101 | 10111101 | 1110 | 0 | 1110 | 1011110 | 1101 | 110011 | 1011000 | 101110 |
Color Harmonies of #DDBD0E
Complementary color
Monochromatic Colors of #DDBD0E
Black with #DDBD0E
Text Example
Text Example
White with #DDBD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD0E; }
p { color: rgb(221,189,14); }
H1.HeaderClassName
{
color: #DDBD0E;
}
.AnyTagClassName
{
color: #DDBD0E;
}
</style>
background-color css
<style>
a { background-color: #DDBD0E; }
a { background-color: rgb(221,189,14); }
div.DivClassName
{
background-color: #DDBD0E;
}
.BgClassName
{
background-color: #DDBD0E;
}
</style>
border-color css
<style>
span { border-color: #DDBD0E; }
span { border-color: rgb(221,189,14); }
td.TdClassName
{
border-color: #DDBD0E;
}
.TagClassName
{
border-color: #DDBD0E;
}
</style>