Shades of Sunflower #DDC71B
Tints of Sunflower #DDC71B
RGB
CMYK
RGB Variations
Color information
#DDC71B (or 0xDDC71B) is known color: Sunflower. HEX triplet: DD, C7 and 1B. RGB value is (221,199,27). Sum of RGB (Red+Green+Blue) = 221+199+27=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 199 (78.12% from 255 or 44.52% from 447); Blue value is 27 (10.94% from 255 or 6.04% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC71B is #2238E4. Grayscale: #BABABA. Windows color (decimal): -2242789 or 1820637. OLE color: 1820637.
HSL color Cylindrical-coordinate representation of color #DDC71B: hue angle of 53.2º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDC71B is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 27 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.13 |
| HSL | 53.2º | 0.78% | 0.49% | - |
| HSV(B) | 53.2º | 0.88% | 0.87% | - |
| XYZ | 50.44 | 56.3 | 9.25 | - |
| YUV | 185.97 | 38.29 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 27 | 0 | 0.10 | 0.88 | 0.13 | 53.2 | 0.78 | 0.49 |
| Hex | DD | C7 | 1B | 0 | A | 58 | D | 35 | 4E | 31 |
| Octal | 335 | 307 | 33 | 0 | 12 | 130 | 15 | 65 | 116 | 61 |
| Binary | 11011101 | 11000111 | 11011 | 0 | 1010 | 1011000 | 1101 | 110101 | 1001110 | 110001 |
Color Harmonies of #DDC71B
Complementary color
Monochromatic Colors of #DDC71B
Black with #DDC71B
Text Example
Text Example
White with #DDC71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC71B; }
p { color: rgb(221,199,27); }
H1.HeaderClassName
{
color: #DDC71B;
}
.AnyTagClassName
{
color: #DDC71B;
}
</style>
background-color css
<style>
a { background-color: #DDC71B; }
a { background-color: rgb(221,199,27); }
div.DivClassName
{
background-color: #DDC71B;
}
.BgClassName
{
background-color: #DDC71B;
}
</style>
border-color css
<style>
span { border-color: #DDC71B; }
span { border-color: rgb(221,199,27); }
td.TdClassName
{
border-color: #DDC71B;
}
.TagClassName
{
border-color: #DDC71B;
}
</style>