Shades of Sunflower #DDC81B
Tints of Sunflower #DDC81B
RGB
CMYK
RGB Variations
Color information
#DDC81B (or 0xDDC81B) is known color: Sunflower. HEX triplet: DD, C8 and 1B. RGB value is (221,200,27). Sum of RGB (Red+Green+Blue) = 221+200+27=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 27 (10.94% from 255 or 6.03% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC81B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDC81B is #2237E4. Grayscale: #BBBBBB. Windows color (decimal): -2242533 or 1820893. OLE color: 1820893.
HSL color Cylindrical-coordinate representation of color #DDC81B: hue angle of 53.51º 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 #DDC81B is Cyan = 0, Magento = 0.10, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 200 | 27 | - |
| CMYK | 0 | 0.10 | 0.88 | 0.13 |
| HSL | 53.51º | 0.78% | 0.49% | - |
| HSV(B) | 53.51º | 0.88% | 0.87% | - |
| XYZ | 50.67 | 56.76 | 9.32 | - |
| YUV | 186.56 | 37.96 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 27 | 0 | 0.10 | 0.88 | 0.13 | 53.51 | 0.78 | 0.49 |
| Hex | DD | C8 | 1B | 0 | A | 58 | D | 36 | 4E | 31 |
| Octal | 335 | 310 | 33 | 0 | 12 | 130 | 15 | 66 | 116 | 61 |
| Binary | 11011101 | 11001000 | 11011 | 0 | 1010 | 1011000 | 1101 | 110110 | 1001110 | 110001 |
Color Harmonies of #DDC81B
Complementary color
Monochromatic Colors of #DDC81B
Black with #DDC81B
Text Example
Text Example
White with #DDC81B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC81B; }
p { color: rgb(221,200,27); }
H1.HeaderClassName
{
color: #DDC81B;
}
.AnyTagClassName
{
color: #DDC81B;
}
</style>
background-color css
<style>
a { background-color: #DDC81B; }
a { background-color: rgb(221,200,27); }
div.DivClassName
{
background-color: #DDC81B;
}
.BgClassName
{
background-color: #DDC81B;
}
</style>
border-color css
<style>
span { border-color: #DDC81B; }
span { border-color: rgb(221,200,27); }
td.TdClassName
{
border-color: #DDC81B;
}
.TagClassName
{
border-color: #DDC81B;
}
</style>