Shades of Wild Rice #DDD26A
Tints of Wild Rice #DDD26A
RGB
CMYK
RGB Variations
Color information
#DDD26A (or 0xDDD26A) is known color: Wild Rice. HEX triplet: DD, D2 and 6A. RGB value is (221,210,106). Sum of RGB (Red+Green+Blue) = 221+210+106=537 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.15% from 537); Green value is 210 (82.42% from 255 or 39.11% from 537); Blue value is 106 (41.80% from 255 or 19.74% from 537); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD26A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD26A is #222D95. Grayscale: #C9C9C9. Windows color (decimal): -2239894 or 7000797. OLE color: 7000797.
HSL color Cylindrical-coordinate representation of color #DDD26A: hue angle of 54.26º 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 #DDD26A is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 106 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.13 |
| HSL | 54.26º | 0.63% | 0.64% | - |
| HSV(B) | 54.26º | 0.52% | 0.87% | - |
| XYZ | 55.47 | 62.51 | 22.78 | - |
| YUV | 201.43 | 74.14 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 106 | 0 | 0.05 | 0.52 | 0.13 | 54.26 | 0.63 | 0.64 |
| Hex | DD | D2 | 6A | 0 | 5 | 34 | D | 36 | 3F | 40 |
| Octal | 335 | 322 | 152 | 0 | 5 | 64 | 15 | 66 | 77 | 100 |
| Binary | 11011101 | 11010010 | 1101010 | 0 | 101 | 110100 | 1101 | 110110 | 111111 | 1000000 |
Color Harmonies of #DDD26A
Complementary color
Monochromatic Colors of #DDD26A
Black with #DDD26A
Text Example
Text Example
White with #DDD26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD26A; }
p { color: rgb(221,210,106); }
H1.HeaderClassName
{
color: #DDD26A;
}
.AnyTagClassName
{
color: #DDD26A;
}
</style>
background-color css
<style>
a { background-color: #DDD26A; }
a { background-color: rgb(221,210,106); }
div.DivClassName
{
background-color: #DDD26A;
}
.BgClassName
{
background-color: #DDD26A;
}
</style>
border-color css
<style>
span { border-color: #DDD26A; }
span { border-color: rgb(221,210,106); }
td.TdClassName
{
border-color: #DDD26A;
}
.TagClassName
{
border-color: #DDD26A;
}
</style>