Shades of Wild Rice #DDD77D
Tints of Wild Rice #DDD77D
RGB
CMYK
RGB Variations
Color information
#DDD77D (or 0xDDD77D) is known color: Wild Rice. HEX triplet: DD, D7 and 7D. RGB value is (221,215,125). Sum of RGB (Red+Green+Blue) = 221+215+125=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 215 (84.38% from 255 or 38.32% from 561); Blue value is 125 (49.22% from 255 or 22.28% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD77D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD77D is #222882. Grayscale: #CECECE. Windows color (decimal): -2238595 or 8247261. OLE color: 8247261.
HSL color Cylindrical-coordinate representation of color #DDD77D: hue angle of 56.25º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDD77D is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 215 | 125 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.13 |
| HSL | 56.25º | 0.59% | 0.68% | - |
| HSV(B) | 56.25º | 0.43% | 0.87% | - |
| XYZ | 57.82 | 65.45 | 28.99 | - |
| YUV | 206.53 | 81.99 | 138.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 215 | 125 | 0 | 0.03 | 0.43 | 0.13 | 56.25 | 0.59 | 0.68 |
| Hex | DD | D7 | 7D | 0 | 3 | 2B | D | 38 | 3B | 44 |
| Octal | 335 | 327 | 175 | 0 | 3 | 53 | 15 | 70 | 73 | 104 |
| Binary | 11011101 | 11010111 | 1111101 | 0 | 11 | 101011 | 1101 | 111000 | 111011 | 1000100 |
Color Harmonies of #DDD77D
Complementary color
Monochromatic Colors of #DDD77D
Black with #DDD77D
Text Example
Text Example
White with #DDD77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD77D; }
p { color: rgb(221,215,125); }
H1.HeaderClassName
{
color: #DDD77D;
}
.AnyTagClassName
{
color: #DDD77D;
}
</style>
background-color css
<style>
a { background-color: #DDD77D; }
a { background-color: rgb(221,215,125); }
div.DivClassName
{
background-color: #DDD77D;
}
.BgClassName
{
background-color: #DDD77D;
}
</style>
border-color css
<style>
span { border-color: #DDD77D; }
span { border-color: rgb(221,215,125); }
td.TdClassName
{
border-color: #DDD77D;
}
.TagClassName
{
border-color: #DDD77D;
}
</style>