Shades of Sunflower #DDB81C
Tints of Sunflower #DDB81C
RGB
CMYK
RGB Variations
Color information
#DDB81C (or 0xDDB81C) is known color: Sunflower. HEX triplet: DD, B8 and 1C. RGB value is (221,184,28). Sum of RGB (Red+Green+Blue) = 221+184+28=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 28 (11.33% from 255 or 6.47% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB81C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDB81C is #2247E3. Grayscale: #B1B1B1. Windows color (decimal): -2246628 or 1882333. OLE color: 1882333.
HSL color Cylindrical-coordinate representation of color #DDB81C: hue angle of 48.5º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DDB81C is Cyan = 0, Magento = 0.17, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 184 | 28 | - |
| CMYK | 0 | 0.17 | 0.87 | 0.13 |
| HSL | 48.5º | 0.78% | 0.49% | - |
| HSV(B) | 48.5º | 0.87% | 0.87% | - |
| XYZ | 47.17 | 49.74 | 8.21 | - |
| YUV | 177.28 | 43.76 | 159.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 184 | 28 | 0 | 0.17 | 0.87 | 0.13 | 48.5 | 0.78 | 0.49 |
| Hex | DD | B8 | 1C | 0 | 11 | 57 | D | 30 | 4E | 31 |
| Octal | 335 | 270 | 34 | 0 | 21 | 127 | 15 | 60 | 116 | 61 |
| Binary | 11011101 | 10111000 | 11100 | 0 | 10001 | 1010111 | 1101 | 110000 | 1001110 | 110001 |
Color Harmonies of #DDB81C
Complementary color
Monochromatic Colors of #DDB81C
Black with #DDB81C
Text Example
Text Example
White with #DDB81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB81C; }
p { color: rgb(221,184,28); }
H1.HeaderClassName
{
color: #DDB81C;
}
.AnyTagClassName
{
color: #DDB81C;
}
</style>
background-color css
<style>
a { background-color: #DDB81C; }
a { background-color: rgb(221,184,28); }
div.DivClassName
{
background-color: #DDB81C;
}
.BgClassName
{
background-color: #DDB81C;
}
</style>
border-color css
<style>
span { border-color: #DDB81C; }
span { border-color: rgb(221,184,28); }
td.TdClassName
{
border-color: #DDB81C;
}
.TagClassName
{
border-color: #DDB81C;
}
</style>