Shades of Wild Rice #DDD278
Tints of Wild Rice #DDD278
RGB
CMYK
RGB Variations
Color information
#DDD278 (or 0xDDD278) is known color: Wild Rice. HEX triplet: DD, D2 and 78. RGB value is (221,210,120). Sum of RGB (Red+Green+Blue) = 221+210+120=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 210 (82.42% from 255 or 38.11% from 551); Blue value is 120 (47.27% from 255 or 21.78% from 551); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD278 is #222D87. Grayscale: #CBCBCB. Windows color (decimal): -2239880 or 7918301. OLE color: 7918301.
HSL color Cylindrical-coordinate representation of color #DDD278: hue angle of 53.47º 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 #DDD278 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 120 | - |
| CMYK | 0 | 0.05 | 0.46 | 0.13 |
| HSL | 53.47º | 0.6% | 0.67% | - |
| HSV(B) | 53.47º | 0.46% | 0.87% | - |
| XYZ | 56.26 | 62.82 | 26.93 | - |
| YUV | 203.03 | 81.14 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 120 | 0 | 0.05 | 0.46 | 0.13 | 53.47 | 0.6 | 0.67 |
| Hex | DD | D2 | 78 | 0 | 5 | 2E | D | 35 | 3C | 43 |
| Octal | 335 | 322 | 170 | 0 | 5 | 56 | 15 | 65 | 74 | 103 |
| Binary | 11011101 | 11010010 | 1111000 | 0 | 101 | 101110 | 1101 | 110101 | 111100 | 1000011 |
Color Harmonies of #DDD278
Complementary color
Monochromatic Colors of #DDD278
Black with #DDD278
Text Example
Text Example
White with #DDD278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD278; }
p { color: rgb(221,210,120); }
H1.HeaderClassName
{
color: #DDD278;
}
.AnyTagClassName
{
color: #DDD278;
}
</style>
background-color css
<style>
a { background-color: #DDD278; }
a { background-color: rgb(221,210,120); }
div.DivClassName
{
background-color: #DDD278;
}
.BgClassName
{
background-color: #DDD278;
}
</style>
border-color css
<style>
span { border-color: #DDD278; }
span { border-color: rgb(221,210,120); }
td.TdClassName
{
border-color: #DDD278;
}
.TagClassName
{
border-color: #DDD278;
}
</style>