Shades of Wild Rice #DDD67D
Tints of Wild Rice #DDD67D
RGB
CMYK
RGB Variations
Color information
#DDD67D (or 0xDDD67D) is known color: Wild Rice. HEX triplet: DD, D6 and 7D. RGB value is (221,214,125). Sum of RGB (Red+Green+Blue) = 221+214+125=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 214 (83.98% from 255 or 38.21% from 560); Blue value is 125 (49.22% from 255 or 22.32% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD67D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD67D is #222982. Grayscale: #CECECE. Windows color (decimal): -2238851 or 8247005. OLE color: 8247005.
HSL color Cylindrical-coordinate representation of color #DDD67D: hue angle of 55.62º 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 #DDD67D is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 214 | 125 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.13 |
| HSL | 55.63º | 0.59% | 0.68% | - |
| HSV(B) | 55.63º | 0.43% | 0.87% | - |
| XYZ | 57.57 | 64.95 | 28.9 | - |
| YUV | 205.95 | 82.32 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 214 | 125 | 0 | 0.03 | 0.43 | 0.13 | 55.63 | 0.59 | 0.68 |
| Hex | DD | D6 | 7D | 0 | 3 | 2B | D | 38 | 3B | 44 |
| Octal | 335 | 326 | 175 | 0 | 3 | 53 | 15 | 70 | 73 | 104 |
| Binary | 11011101 | 11010110 | 1111101 | 0 | 11 | 101011 | 1101 | 111000 | 111011 | 1000100 |
Color Harmonies of #DDD67D
Complementary color
Monochromatic Colors of #DDD67D
Black with #DDD67D
Text Example
Text Example
White with #DDD67D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD67D; }
p { color: rgb(221,214,125); }
H1.HeaderClassName
{
color: #DDD67D;
}
.AnyTagClassName
{
color: #DDD67D;
}
</style>
background-color css
<style>
a { background-color: #DDD67D; }
a { background-color: rgb(221,214,125); }
div.DivClassName
{
background-color: #DDD67D;
}
.BgClassName
{
background-color: #DDD67D;
}
</style>
border-color css
<style>
span { border-color: #DDD67D; }
span { border-color: rgb(221,214,125); }
td.TdClassName
{
border-color: #DDD67D;
}
.TagClassName
{
border-color: #DDD67D;
}
</style>