Shades of Sunflower #DDB81E
Tints of Sunflower #DDB81E
RGB
CMYK
RGB Variations
Color information
#DDB81E (or 0xDDB81E) is known color: Sunflower. HEX triplet: DD, B8 and 1E. RGB value is (221,184,30). Sum of RGB (Red+Green+Blue) = 221+184+30=435 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.80% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 30 (12.11% from 255 or 6.90% from 435); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB81E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB81E is #2247E1. Grayscale: #B2B2B2. Windows color (decimal): -2246626 or 2013405. OLE color: 2013405.
HSL color Cylindrical-coordinate representation of color #DDB81E: hue angle of 48.38º 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 #DDB81E is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 30 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.13 |
| HSL | 48.38º | 0.76% | 0.49% | - |
| HSV(B) | 48.38º | 0.86% | 0.87% | - |
| XYZ | 47.19 | 49.75 | 8.34 | - |
| YUV | 177.51 | 44.76 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 30 | 0 | 0.17 | 0.86 | 0.13 | 48.38 | 0.76 | 0.49 |
| Hex | DD | B8 | 1E | 0 | 11 | 56 | D | 30 | 4C | 31 |
| Octal | 335 | 270 | 36 | 0 | 21 | 126 | 15 | 60 | 114 | 61 |
| Binary | 11011101 | 10111000 | 11110 | 0 | 10001 | 1010110 | 1101 | 110000 | 1001100 | 110001 |
Color Harmonies of #DDB81E
Complementary color
Monochromatic Colors of #DDB81E
Black with #DDB81E
Text Example
Text Example
White with #DDB81E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB81E; }
p { color: rgb(221,184,30); }
H1.HeaderClassName
{
color: #DDB81E;
}
.AnyTagClassName
{
color: #DDB81E;
}
</style>
background-color css
<style>
a { background-color: #DDB81E; }
a { background-color: rgb(221,184,30); }
div.DivClassName
{
background-color: #DDB81E;
}
.BgClassName
{
background-color: #DDB81E;
}
</style>
border-color css
<style>
span { border-color: #DDB81E; }
span { border-color: rgb(221,184,30); }
td.TdClassName
{
border-color: #DDB81E;
}
.TagClassName
{
border-color: #DDB81E;
}
</style>