Shades of Wild Rice #DDD167
Tints of Wild Rice #DDD167
RGB
CMYK
RGB Variations
Color information
#DDD167 (or 0xDDD167) is known color: Wild Rice. HEX triplet: DD, D1 and 67. RGB value is (221,209,103). Sum of RGB (Red+Green+Blue) = 221+209+103=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 103 (40.62% from 255 or 19.32% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD167 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD167 is #222E98. Grayscale: #C8C8C8. Windows color (decimal): -2240153 or 6803933. OLE color: 6803933.
HSL color Cylindrical-coordinate representation of color #DDD167: hue angle of 53.9º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDD167 is Cyan = 0, Magento = 0.05, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 209 | 103 | - |
| CMYK | 0 | 0.05 | 0.53 | 0.13 |
| HSL | 53.9º | 0.63% | 0.64% | - |
| HSV(B) | 53.9º | 0.53% | 0.87% | - |
| XYZ | 55.07 | 61.95 | 21.89 | - |
| YUV | 200.5 | 72.98 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 209 | 103 | 0 | 0.05 | 0.53 | 0.13 | 53.9 | 0.63 | 0.64 |
| Hex | DD | D1 | 67 | 0 | 5 | 35 | D | 36 | 3F | 40 |
| Octal | 335 | 321 | 147 | 0 | 5 | 65 | 15 | 66 | 77 | 100 |
| Binary | 11011101 | 11010001 | 1100111 | 0 | 101 | 110101 | 1101 | 110110 | 111111 | 1000000 |
Color Harmonies of #DDD167
Complementary color
Monochromatic Colors of #DDD167
Black with #DDD167
Text Example
Text Example
White with #DDD167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD167; }
p { color: rgb(221,209,103); }
H1.HeaderClassName
{
color: #DDD167;
}
.AnyTagClassName
{
color: #DDD167;
}
</style>
background-color css
<style>
a { background-color: #DDD167; }
a { background-color: rgb(221,209,103); }
div.DivClassName
{
background-color: #DDD167;
}
.BgClassName
{
background-color: #DDD167;
}
</style>
border-color css
<style>
span { border-color: #DDD167; }
span { border-color: rgb(221,209,103); }
td.TdClassName
{
border-color: #DDD167;
}
.TagClassName
{
border-color: #DDD167;
}
</style>