Shades of Wild Rice #DDD06F
Tints of Wild Rice #DDD06F
RGB
CMYK
RGB Variations
Color information
#DDD06F (or 0xDDD06F) is known color: Wild Rice. HEX triplet: DD, D0 and 6F. RGB value is (221,208,111). Sum of RGB (Red+Green+Blue) = 221+208+111=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 111 (43.75% from 255 or 20.56% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD06F is #222F90. Grayscale: #C9C9C9. Windows color (decimal): -2240401 or 7327965. OLE color: 7327965.
HSL color Cylindrical-coordinate representation of color #DDD06F: hue angle of 52.91º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDD06F is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 111 | - |
| CMYK | 0 | 0.06 | 0.50 | 0.13 |
| HSL | 52.91º | 0.62% | 0.65% | - |
| HSV(B) | 52.91º | 0.5% | 0.87% | - |
| XYZ | 55.24 | 61.63 | 24.02 | - |
| YUV | 200.83 | 77.31 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 111 | 0 | 0.06 | 0.50 | 0.13 | 52.91 | 0.62 | 0.65 |
| Hex | DD | D0 | 6F | 0 | 6 | 32 | D | 35 | 3E | 41 |
| Octal | 335 | 320 | 157 | 0 | 6 | 62 | 15 | 65 | 76 | 101 |
| Binary | 11011101 | 11010000 | 1101111 | 0 | 110 | 110010 | 1101 | 110101 | 111110 | 1000001 |
Color Harmonies of #DDD06F
Complementary color
Monochromatic Colors of #DDD06F
Black with #DDD06F
Text Example
Text Example
White with #DDD06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD06F; }
p { color: rgb(221,208,111); }
H1.HeaderClassName
{
color: #DDD06F;
}
.AnyTagClassName
{
color: #DDD06F;
}
</style>
background-color css
<style>
a { background-color: #DDD06F; }
a { background-color: rgb(221,208,111); }
div.DivClassName
{
background-color: #DDD06F;
}
.BgClassName
{
background-color: #DDD06F;
}
</style>
border-color css
<style>
span { border-color: #DDD06F; }
span { border-color: rgb(221,208,111); }
td.TdClassName
{
border-color: #DDD06F;
}
.TagClassName
{
border-color: #DDD06F;
}
</style>