Shades of Sunflower #DDB81A
Tints of Sunflower #DDB81A
RGB
CMYK
RGB Variations
Color information
#DDB81A (or 0xDDB81A) is known color: Sunflower. HEX triplet: DD, B8 and 1A. RGB value is (221,184,26). Sum of RGB (Red+Green+Blue) = 221+184+26=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 26 (10.55% from 255 or 6.03% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB81A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB81A is #2247E5. Grayscale: #B1B1B1. Windows color (decimal): -2246630 or 1751261. OLE color: 1751261.
HSL color Cylindrical-coordinate representation of color #DDB81A: hue angle of 48.62º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDB81A is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 26 | - |
| CMYK | 0 | 0.17 | 0.88 | 0.13 |
| HSL | 48.62º | 0.79% | 0.48% | - |
| HSV(B) | 48.62º | 0.88% | 0.87% | - |
| XYZ | 47.15 | 49.73 | 8.09 | - |
| YUV | 177.05 | 42.76 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 26 | 0 | 0.17 | 0.88 | 0.13 | 48.62 | 0.79 | 0.48 |
| Hex | DD | B8 | 1A | 0 | 11 | 58 | D | 31 | 4F | 30 |
| Octal | 335 | 270 | 32 | 0 | 21 | 130 | 15 | 61 | 117 | 60 |
| Binary | 11011101 | 10111000 | 11010 | 0 | 10001 | 1011000 | 1101 | 110001 | 1001111 | 110000 |
Color Harmonies of #DDB81A
Complementary color
Monochromatic Colors of #DDB81A
Black with #DDB81A
Text Example
Text Example
White with #DDB81A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB81A; }
p { color: rgb(221,184,26); }
H1.HeaderClassName
{
color: #DDB81A;
}
.AnyTagClassName
{
color: #DDB81A;
}
</style>
background-color css
<style>
a { background-color: #DDB81A; }
a { background-color: rgb(221,184,26); }
div.DivClassName
{
background-color: #DDB81A;
}
.BgClassName
{
background-color: #DDB81A;
}
</style>
border-color css
<style>
span { border-color: #DDB81A; }
span { border-color: rgb(221,184,26); }
td.TdClassName
{
border-color: #DDB81A;
}
.TagClassName
{
border-color: #DDB81A;
}
</style>