Shades of Wild Rice #DDD36B
Tints of Wild Rice #DDD36B
RGB
CMYK
RGB Variations
Color information
#DDD36B (or 0xDDD36B) is known color: Wild Rice. HEX triplet: DD, D3 and 6B. RGB value is (221,211,107). Sum of RGB (Red+Green+Blue) = 221+211+107=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 211 (82.81% from 255 or 39.15% from 539); Blue value is 107 (42.19% from 255 or 19.85% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD36B is #222C94. Grayscale: #CACACA. Windows color (decimal): -2239637 or 7066589. OLE color: 7066589.
HSL color Cylindrical-coordinate representation of color #DDD36B: hue angle of 54.74º 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 #DDD36B is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 211 | 107 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.13 |
| HSL | 54.74º | 0.63% | 0.64% | - |
| HSV(B) | 54.74º | 0.52% | 0.87% | - |
| XYZ | 55.77 | 63.02 | 23.14 | - |
| YUV | 202.13 | 74.31 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 211 | 107 | 0 | 0.05 | 0.52 | 0.13 | 54.74 | 0.63 | 0.64 |
| Hex | DD | D3 | 6B | 0 | 5 | 34 | D | 37 | 3F | 40 |
| Octal | 335 | 323 | 153 | 0 | 5 | 64 | 15 | 67 | 77 | 100 |
| Binary | 11011101 | 11010011 | 1101011 | 0 | 101 | 110100 | 1101 | 110111 | 111111 | 1000000 |
Color Harmonies of #DDD36B
Complementary color
Monochromatic Colors of #DDD36B
Black with #DDD36B
Text Example
Text Example
White with #DDD36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD36B; }
p { color: rgb(221,211,107); }
H1.HeaderClassName
{
color: #DDD36B;
}
.AnyTagClassName
{
color: #DDD36B;
}
</style>
background-color css
<style>
a { background-color: #DDD36B; }
a { background-color: rgb(221,211,107); }
div.DivClassName
{
background-color: #DDD36B;
}
.BgClassName
{
background-color: #DDD36B;
}
</style>
border-color css
<style>
span { border-color: #DDD36B; }
span { border-color: rgb(221,211,107); }
td.TdClassName
{
border-color: #DDD36B;
}
.TagClassName
{
border-color: #DDD36B;
}
</style>