Shades of Sunflower #DDBD0B
Tints of Sunflower #DDBD0B
RGB
CMYK
RGB Variations
Color information
#DDBD0B (or 0xDDBD0B) is known color: Sunflower. HEX triplet: DD, BD and 0B. RGB value is (221,189,11). Sum of RGB (Red+Green+Blue) = 221+189+11=421 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.49% from 421); Green value is 189 (74.22% from 255 or 44.89% from 421); Blue value is 11 (4.69% from 255 or 2.61% from 421); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDBD0B is #2242F4. Grayscale: #B3B3B3. Windows color (decimal): -2245365 or 769501. OLE color: 769501.
HSL color Cylindrical-coordinate representation of color #DDBD0B: hue angle of 50.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DDBD0B is Cyan = 0, Magento = 0.14, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 11 | - |
| CMYK | 0 | 0.14 | 0.95 | 0.13 |
| HSL | 50.86º | 0.91% | 0.45% | - |
| HSV(B) | 50.86º | 0.95% | 0.87% | - |
| XYZ | 48.08 | 51.79 | 7.78 | - |
| YUV | 178.28 | 33.6 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 11 | 0 | 0.14 | 0.95 | 0.13 | 50.86 | 0.91 | 0.45 |
| Hex | DD | BD | B | 0 | E | 5F | D | 33 | 5B | 2D |
| Octal | 335 | 275 | 13 | 0 | 16 | 137 | 15 | 63 | 133 | 55 |
| Binary | 11011101 | 10111101 | 1011 | 0 | 1110 | 1011111 | 1101 | 110011 | 1011011 | 101101 |
Color Harmonies of #DDBD0B
Complementary color
Monochromatic Colors of #DDBD0B
Black with #DDBD0B
Text Example
Text Example
White with #DDBD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBD0B; }
p { color: rgb(221,189,11); }
H1.HeaderClassName
{
color: #DDBD0B;
}
.AnyTagClassName
{
color: #DDBD0B;
}
</style>
background-color css
<style>
a { background-color: #DDBD0B; }
a { background-color: rgb(221,189,11); }
div.DivClassName
{
background-color: #DDBD0B;
}
.BgClassName
{
background-color: #DDBD0B;
}
</style>
border-color css
<style>
span { border-color: #DDBD0B; }
span { border-color: rgb(221,189,11); }
td.TdClassName
{
border-color: #DDBD0B;
}
.TagClassName
{
border-color: #DDBD0B;
}
</style>