Shades of Sunflower #DDB81D
Tints of Sunflower #DDB81D
RGB
CMYK
RGB Variations
Color information
#DDB81D (or 0xDDB81D) is known color: Sunflower. HEX triplet: DD, B8 and 1D. RGB value is (221,184,29). Sum of RGB (Red+Green+Blue) = 221+184+29=434 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.92% from 434); Green value is 184 (72.27% from 255 or 42.40% from 434); Blue value is 29 (11.72% from 255 or 6.68% from 434); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB81D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB81D is #2247E2. Grayscale: #B2B2B2. Windows color (decimal): -2246627 or 1947869. OLE color: 1947869.
HSL color Cylindrical-coordinate representation of color #DDB81D: hue angle of 48.44º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDB81D is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 29 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.13 |
| HSL | 48.44º | 0.77% | 0.49% | - |
| HSV(B) | 48.44º | 0.87% | 0.87% | - |
| XYZ | 47.18 | 49.74 | 8.28 | - |
| YUV | 177.39 | 44.26 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 29 | 0 | 0.17 | 0.87 | 0.13 | 48.44 | 0.77 | 0.49 |
| Hex | DD | B8 | 1D | 0 | 11 | 57 | D | 30 | 4D | 31 |
| Octal | 335 | 270 | 35 | 0 | 21 | 127 | 15 | 60 | 115 | 61 |
| Binary | 11011101 | 10111000 | 11101 | 0 | 10001 | 1010111 | 1101 | 110000 | 1001101 | 110001 |
Color Harmonies of #DDB81D
Complementary color
Monochromatic Colors of #DDB81D
Black with #DDB81D
Text Example
Text Example
White with #DDB81D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB81D; }
p { color: rgb(221,184,29); }
H1.HeaderClassName
{
color: #DDB81D;
}
.AnyTagClassName
{
color: #DDB81D;
}
</style>
background-color css
<style>
a { background-color: #DDB81D; }
a { background-color: rgb(221,184,29); }
div.DivClassName
{
background-color: #DDB81D;
}
.BgClassName
{
background-color: #DDB81D;
}
</style>
border-color css
<style>
span { border-color: #DDB81D; }
span { border-color: rgb(221,184,29); }
td.TdClassName
{
border-color: #DDB81D;
}
.TagClassName
{
border-color: #DDB81D;
}
</style>