Shades of Wild Rice #DDD778
Tints of Wild Rice #DDD778
RGB
CMYK
RGB Variations
Color information
#DDD778 (or 0xDDD778) is known color: Wild Rice. HEX triplet: DD, D7 and 78. RGB value is (221,215,120). Sum of RGB (Red+Green+Blue) = 221+215+120=556 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.75% from 556); Green value is 215 (84.38% from 255 or 38.67% from 556); Blue value is 120 (47.27% from 255 or 21.58% from 556); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD778 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD778 is #222887. Grayscale: #CECECE. Windows color (decimal): -2238600 or 7919581. OLE color: 7919581.
HSL color Cylindrical-coordinate representation of color #DDD778: hue angle of 56.44º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DDD778 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 120 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.13 |
| HSL | 56.44º | 0.6% | 0.67% | - |
| HSV(B) | 56.44º | 0.46% | 0.87% | - |
| XYZ | 57.51 | 65.33 | 27.35 | - |
| YUV | 205.96 | 79.49 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 120 | 0 | 0.03 | 0.46 | 0.13 | 56.44 | 0.6 | 0.67 |
| Hex | DD | D7 | 78 | 0 | 3 | 2E | D | 38 | 3C | 43 |
| Octal | 335 | 327 | 170 | 0 | 3 | 56 | 15 | 70 | 74 | 103 |
| Binary | 11011101 | 11010111 | 1111000 | 0 | 11 | 101110 | 1101 | 111000 | 111100 | 1000011 |
Color Harmonies of #DDD778
Complementary color
Monochromatic Colors of #DDD778
Black with #DDD778
Text Example
Text Example
White with #DDD778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD778; }
p { color: rgb(221,215,120); }
H1.HeaderClassName
{
color: #DDD778;
}
.AnyTagClassName
{
color: #DDD778;
}
</style>
background-color css
<style>
a { background-color: #DDD778; }
a { background-color: rgb(221,215,120); }
div.DivClassName
{
background-color: #DDD778;
}
.BgClassName
{
background-color: #DDD778;
}
</style>
border-color css
<style>
span { border-color: #DDD778; }
span { border-color: rgb(221,215,120); }
td.TdClassName
{
border-color: #DDD778;
}
.TagClassName
{
border-color: #DDD778;
}
</style>