Shades of Sunflower #DDB71D
Tints of Sunflower #DDB71D
RGB
CMYK
RGB Variations
Color information
#DDB71D (or 0xDDB71D) is known color: Sunflower. HEX triplet: DD, B7 and 1D. RGB value is (221,183,29). Sum of RGB (Red+Green+Blue) = 221+183+29=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 29 (11.72% from 255 or 6.70% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB71D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB71D is #2248E2. Grayscale: #B1B1B1. Windows color (decimal): -2246883 or 1947613. OLE color: 1947613.
HSL color Cylindrical-coordinate representation of color #DDB71D: hue angle of 48.12º 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 #DDB71D is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 29 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.13 |
| HSL | 48.13º | 0.77% | 0.49% | - |
| HSV(B) | 48.13º | 0.87% | 0.87% | - |
| XYZ | 46.97 | 49.33 | 8.21 | - |
| YUV | 176.81 | 44.59 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 29 | 0 | 0.17 | 0.87 | 0.13 | 48.13 | 0.77 | 0.49 |
| Hex | DD | B7 | 1D | 0 | 11 | 57 | D | 30 | 4D | 31 |
| Octal | 335 | 267 | 35 | 0 | 21 | 127 | 15 | 60 | 115 | 61 |
| Binary | 11011101 | 10110111 | 11101 | 0 | 10001 | 1010111 | 1101 | 110000 | 1001101 | 110001 |
Color Harmonies of #DDB71D
Complementary color
Monochromatic Colors of #DDB71D
Black with #DDB71D
Text Example
Text Example
White with #DDB71D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB71D; }
p { color: rgb(221,183,29); }
H1.HeaderClassName
{
color: #DDB71D;
}
.AnyTagClassName
{
color: #DDB71D;
}
</style>
background-color css
<style>
a { background-color: #DDB71D; }
a { background-color: rgb(221,183,29); }
div.DivClassName
{
background-color: #DDB71D;
}
.BgClassName
{
background-color: #DDB71D;
}
</style>
border-color css
<style>
span { border-color: #DDB71D; }
span { border-color: rgb(221,183,29); }
td.TdClassName
{
border-color: #DDB71D;
}
.TagClassName
{
border-color: #DDB71D;
}
</style>