Shades of Sunflower #DDB81F
Tints of Sunflower #DDB81F
RGB
CMYK
RGB Variations
Color information
#DDB81F (or 0xDDB81F) is known color: Sunflower. HEX triplet: DD, B8 and 1F. RGB value is (221,184,31). Sum of RGB (Red+Green+Blue) = 221+184+31=436 (57% of max value = 765). Red value is 221 (86.72% from 255 or 50.69% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 31 (12.5% from 255 or 7.11% from 436); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB81F is #2247E0. Grayscale: #B2B2B2. Windows color (decimal): -2246625 or 2078941. OLE color: 2078941.
HSL color Cylindrical-coordinate representation of color #DDB81F: hue angle of 48.32º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DDB81F is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 31 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.13 |
| HSL | 48.32º | 0.75% | 0.49% | - |
| HSV(B) | 48.32º | 0.86% | 0.87% | - |
| XYZ | 47.21 | 49.75 | 8.41 | - |
| YUV | 177.62 | 45.26 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 31 | 0 | 0.17 | 0.86 | 0.13 | 48.32 | 0.75 | 0.49 |
| Hex | DD | B8 | 1F | 0 | 11 | 56 | D | 30 | 4B | 31 |
| Octal | 335 | 270 | 37 | 0 | 21 | 126 | 15 | 60 | 113 | 61 |
| Binary | 11011101 | 10111000 | 11111 | 0 | 10001 | 1010110 | 1101 | 110000 | 1001011 | 110001 |
Color Harmonies of #DDB81F
Complementary color
Monochromatic Colors of #DDB81F
Black with #DDB81F
Text Example
Text Example
White with #DDB81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB81F; }
p { color: rgb(221,184,31); }
H1.HeaderClassName
{
color: #DDB81F;
}
.AnyTagClassName
{
color: #DDB81F;
}
</style>
background-color css
<style>
a { background-color: #DDB81F; }
a { background-color: rgb(221,184,31); }
div.DivClassName
{
background-color: #DDB81F;
}
.BgClassName
{
background-color: #DDB81F;
}
</style>
border-color css
<style>
span { border-color: #DDB81F; }
span { border-color: rgb(221,184,31); }
td.TdClassName
{
border-color: #DDB81F;
}
.TagClassName
{
border-color: #DDB81F;
}
</style>