Shades of Wild Rice #DDD073
Tints of Wild Rice #DDD073
RGB
CMYK
RGB Variations
Color information
#DDD073 (or 0xDDD073) is known color: Wild Rice. HEX triplet: DD, D0 and 73. RGB value is (221,208,115). Sum of RGB (Red+Green+Blue) = 221+208+115=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 115 (45.31% from 255 or 21.14% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD073 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD073 is #222F8C. Grayscale: #C9C9C9. Windows color (decimal): -2240397 or 7590109. OLE color: 7590109.
HSL color Cylindrical-coordinate representation of color #DDD073: hue angle of 52.64º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDD073 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 115 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.13 |
| HSL | 52.64º | 0.61% | 0.66% | - |
| HSV(B) | 52.64º | 0.48% | 0.87% | - |
| XYZ | 55.47 | 61.72 | 25.21 | - |
| YUV | 201.29 | 79.31 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 115 | 0 | 0.06 | 0.48 | 0.13 | 52.64 | 0.61 | 0.66 |
| Hex | DD | D0 | 73 | 0 | 6 | 30 | D | 35 | 3D | 42 |
| Octal | 335 | 320 | 163 | 0 | 6 | 60 | 15 | 65 | 75 | 102 |
| Binary | 11011101 | 11010000 | 1110011 | 0 | 110 | 110000 | 1101 | 110101 | 111101 | 1000010 |
Color Harmonies of #DDD073
Complementary color
Monochromatic Colors of #DDD073
Black with #DDD073
Text Example
Text Example
White with #DDD073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD073; }
p { color: rgb(221,208,115); }
H1.HeaderClassName
{
color: #DDD073;
}
.AnyTagClassName
{
color: #DDD073;
}
</style>
background-color css
<style>
a { background-color: #DDD073; }
a { background-color: rgb(221,208,115); }
div.DivClassName
{
background-color: #DDD073;
}
.BgClassName
{
background-color: #DDD073;
}
</style>
border-color css
<style>
span { border-color: #DDD073; }
span { border-color: rgb(221,208,115); }
td.TdClassName
{
border-color: #DDD073;
}
.TagClassName
{
border-color: #DDD073;
}
</style>