Shades of Wild Rice #DDD67E
Tints of Wild Rice #DDD67E
RGB
CMYK
RGB Variations
Color information
#DDD67E (or 0xDDD67E) is known color: Wild Rice. HEX triplet: DD, D6 and 7E. RGB value is (221,214,126). Sum of RGB (Red+Green+Blue) = 221+214+126=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 126 (49.61% from 255 or 22.46% from 561); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD67E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD67E is #222981. Grayscale: #CECECE. Windows color (decimal): -2238850 or 8312541. OLE color: 8312541.
HSL color Cylindrical-coordinate representation of color #DDD67E: hue angle of 55.58º degrees, saturation: 0.58, 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 #DDD67E is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 126 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.13 |
| HSL | 55.58º | 0.58% | 0.68% | - |
| HSV(B) | 55.58º | 0.43% | 0.87% | - |
| XYZ | 57.63 | 64.97 | 29.24 | - |
| YUV | 206.06 | 82.82 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 126 | 0 | 0.03 | 0.43 | 0.13 | 55.58 | 0.58 | 0.68 |
| Hex | DD | D6 | 7E | 0 | 3 | 2B | D | 38 | 3A | 44 |
| Octal | 335 | 326 | 176 | 0 | 3 | 53 | 15 | 70 | 72 | 104 |
| Binary | 11011101 | 11010110 | 1111110 | 0 | 11 | 101011 | 1101 | 111000 | 111010 | 1000100 |
Color Harmonies of #DDD67E
Complementary color
Monochromatic Colors of #DDD67E
Black with #DDD67E
Text Example
Text Example
White with #DDD67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD67E; }
p { color: rgb(221,214,126); }
H1.HeaderClassName
{
color: #DDD67E;
}
.AnyTagClassName
{
color: #DDD67E;
}
</style>
background-color css
<style>
a { background-color: #DDD67E; }
a { background-color: rgb(221,214,126); }
div.DivClassName
{
background-color: #DDD67E;
}
.BgClassName
{
background-color: #DDD67E;
}
</style>
border-color css
<style>
span { border-color: #DDD67E; }
span { border-color: rgb(221,214,126); }
td.TdClassName
{
border-color: #DDD67E;
}
.TagClassName
{
border-color: #DDD67E;
}
</style>