Shades of Wild Rice #DDD06B
Tints of Wild Rice #DDD06B
RGB
CMYK
RGB Variations
Color information
#DDD06B (or 0xDDD06B) is known color: Wild Rice. HEX triplet: DD, D0 and 6B. RGB value is (221,208,107). Sum of RGB (Red+Green+Blue) = 221+208+107=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 107 (42.19% from 255 or 19.96% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD06B is #222F94. Grayscale: #C8C8C8. Windows color (decimal): -2240405 or 7065821. OLE color: 7065821.
HSL color Cylindrical-coordinate representation of color #DDD06B: hue angle of 53.16º 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 #DDD06B is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 107 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.13 |
| HSL | 53.16º | 0.63% | 0.64% | - |
| HSV(B) | 53.16º | 0.52% | 0.87% | - |
| XYZ | 55.03 | 61.55 | 22.89 | - |
| YUV | 200.37 | 75.31 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 107 | 0 | 0.06 | 0.52 | 0.13 | 53.16 | 0.63 | 0.64 |
| Hex | DD | D0 | 6B | 0 | 6 | 34 | D | 35 | 3F | 40 |
| Octal | 335 | 320 | 153 | 0 | 6 | 64 | 15 | 65 | 77 | 100 |
| Binary | 11011101 | 11010000 | 1101011 | 0 | 110 | 110100 | 1101 | 110101 | 111111 | 1000000 |
Color Harmonies of #DDD06B
Complementary color
Monochromatic Colors of #DDD06B
Black with #DDD06B
Text Example
Text Example
White with #DDD06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD06B; }
p { color: rgb(221,208,107); }
H1.HeaderClassName
{
color: #DDD06B;
}
.AnyTagClassName
{
color: #DDD06B;
}
</style>
background-color css
<style>
a { background-color: #DDD06B; }
a { background-color: rgb(221,208,107); }
div.DivClassName
{
background-color: #DDD06B;
}
.BgClassName
{
background-color: #DDD06B;
}
</style>
border-color css
<style>
span { border-color: #DDD06B; }
span { border-color: rgb(221,208,107); }
td.TdClassName
{
border-color: #DDD06B;
}
.TagClassName
{
border-color: #DDD06B;
}
</style>