Shades of Sunflower #DDB71B
Tints of Sunflower #DDB71B
RGB
CMYK
RGB Variations
Color information
#DDB71B (or 0xDDB71B) is known color: Sunflower. HEX triplet: DD, B7 and 1B. RGB value is (221,183,27). Sum of RGB (Red+Green+Blue) = 221+183+27=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 183 (71.88% from 255 or 42.46% from 431); Blue value is 27 (10.94% from 255 or 6.26% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB71B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB71B is #2248E4. Grayscale: #B1B1B1. Windows color (decimal): -2246885 or 1816541. OLE color: 1816541.
HSL color Cylindrical-coordinate representation of color #DDB71B: hue angle of 48.25º 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 #DDB71B is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 27 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.13 |
| HSL | 48.25º | 0.78% | 0.49% | - |
| HSV(B) | 48.25º | 0.88% | 0.87% | - |
| XYZ | 46.95 | 49.32 | 8.08 | - |
| YUV | 176.58 | 43.59 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 27 | 0 | 0.17 | 0.88 | 0.13 | 48.25 | 0.78 | 0.49 |
| Hex | DD | B7 | 1B | 0 | 11 | 58 | D | 30 | 4E | 31 |
| Octal | 335 | 267 | 33 | 0 | 21 | 130 | 15 | 60 | 116 | 61 |
| Binary | 11011101 | 10110111 | 11011 | 0 | 10001 | 1011000 | 1101 | 110000 | 1001110 | 110001 |
Color Harmonies of #DDB71B
Complementary color
Monochromatic Colors of #DDB71B
Black with #DDB71B
Text Example
Text Example
White with #DDB71B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB71B; }
p { color: rgb(221,183,27); }
H1.HeaderClassName
{
color: #DDB71B;
}
.AnyTagClassName
{
color: #DDB71B;
}
</style>
background-color css
<style>
a { background-color: #DDB71B; }
a { background-color: rgb(221,183,27); }
div.DivClassName
{
background-color: #DDB71B;
}
.BgClassName
{
background-color: #DDB71B;
}
</style>
border-color css
<style>
span { border-color: #DDB71B; }
span { border-color: rgb(221,183,27); }
td.TdClassName
{
border-color: #DDB71B;
}
.TagClassName
{
border-color: #DDB71B;
}
</style>