Shades of Wild Rice #DDD069
Tints of Wild Rice #DDD069
RGB
CMYK
RGB Variations
Color information
#DDD069 (or 0xDDD069) is known color: Wild Rice. HEX triplet: DD, D0 and 69. RGB value is (221,208,105). Sum of RGB (Red+Green+Blue) = 221+208+105=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 208 (81.64% from 255 or 38.95% from 534); Blue value is 105 (41.41% from 255 or 19.66% from 534); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD069 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD069 is #222F96. Grayscale: #C8C8C8. Windows color (decimal): -2240407 or 6934749. OLE color: 6934749.
HSL color Cylindrical-coordinate representation of color #DDD069: hue angle of 53.28º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDD069 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 105 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.13 |
| HSL | 53.28º | 0.63% | 0.64% | - |
| HSV(B) | 53.28º | 0.52% | 0.87% | - |
| XYZ | 54.92 | 61.5 | 22.34 | - |
| YUV | 200.15 | 74.31 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 105 | 0 | 0.06 | 0.52 | 0.13 | 53.28 | 0.63 | 0.64 |
| Hex | DD | D0 | 69 | 0 | 6 | 34 | D | 35 | 3F | 40 |
| Octal | 335 | 320 | 151 | 0 | 6 | 64 | 15 | 65 | 77 | 100 |
| Binary | 11011101 | 11010000 | 1101001 | 0 | 110 | 110100 | 1101 | 110101 | 111111 | 1000000 |
Color Harmonies of #DDD069
Complementary color
Monochromatic Colors of #DDD069
Black with #DDD069
Text Example
Text Example
White with #DDD069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD069; }
p { color: rgb(221,208,105); }
H1.HeaderClassName
{
color: #DDD069;
}
.AnyTagClassName
{
color: #DDD069;
}
</style>
background-color css
<style>
a { background-color: #DDD069; }
a { background-color: rgb(221,208,105); }
div.DivClassName
{
background-color: #DDD069;
}
.BgClassName
{
background-color: #DDD069;
}
</style>
border-color css
<style>
span { border-color: #DDD069; }
span { border-color: rgb(221,208,105); }
td.TdClassName
{
border-color: #DDD069;
}
.TagClassName
{
border-color: #DDD069;
}
</style>