Shades of Wild Rice #DDD06C
Tints of Wild Rice #DDD06C
RGB
CMYK
RGB Variations
Color information
#DDD06C (or 0xDDD06C) is known color: Wild Rice. HEX triplet: DD, D0 and 6C. RGB value is (221,208,108). Sum of RGB (Red+Green+Blue) = 221+208+108=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 108 (42.58% from 255 or 20.11% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD06C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD06C is #222F93. Grayscale: #C8C8C8. Windows color (decimal): -2240404 or 7131357. OLE color: 7131357.
HSL color Cylindrical-coordinate representation of color #DDD06C: hue angle of 53.1º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDD06C is Cyan = 0, Magento = 0.06, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 208 | 108 | - |
| CMYK | 0 | 0.06 | 0.51 | 0.13 |
| HSL | 53.1º | 0.62% | 0.65% | - |
| HSV(B) | 53.1º | 0.51% | 0.87% | - |
| XYZ | 55.08 | 61.57 | 23.17 | - |
| YUV | 200.49 | 75.81 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 208 | 108 | 0 | 0.06 | 0.51 | 0.13 | 53.1 | 0.62 | 0.65 |
| Hex | DD | D0 | 6C | 0 | 6 | 33 | D | 35 | 3E | 41 |
| Octal | 335 | 320 | 154 | 0 | 6 | 63 | 15 | 65 | 76 | 101 |
| Binary | 11011101 | 11010000 | 1101100 | 0 | 110 | 110011 | 1101 | 110101 | 111110 | 1000001 |
Color Harmonies of #DDD06C
Complementary color
Monochromatic Colors of #DDD06C
Black with #DDD06C
Text Example
Text Example
White with #DDD06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD06C; }
p { color: rgb(221,208,108); }
H1.HeaderClassName
{
color: #DDD06C;
}
.AnyTagClassName
{
color: #DDD06C;
}
</style>
background-color css
<style>
a { background-color: #DDD06C; }
a { background-color: rgb(221,208,108); }
div.DivClassName
{
background-color: #DDD06C;
}
.BgClassName
{
background-color: #DDD06C;
}
</style>
border-color css
<style>
span { border-color: #DDD06C; }
span { border-color: rgb(221,208,108); }
td.TdClassName
{
border-color: #DDD06C;
}
.TagClassName
{
border-color: #DDD06C;
}
</style>