Shades of Wild Rice #DDD26B
Tints of Wild Rice #DDD26B
RGB
CMYK
RGB Variations
Color information
#DDD26B (or 0xDDD26B) is known color: Wild Rice. HEX triplet: DD, D2 and 6B. RGB value is (221,210,107). Sum of RGB (Red+Green+Blue) = 221+210+107=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 107 (42.19% from 255 or 19.89% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD26B is #222D94. Grayscale: #C9C9C9. Windows color (decimal): -2239893 or 7066333. OLE color: 7066333.
HSL color Cylindrical-coordinate representation of color #DDD26B: hue angle of 54.21º 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 #DDD26B is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 107 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.13 |
| HSL | 54.21º | 0.63% | 0.64% | - |
| HSV(B) | 54.21º | 0.52% | 0.87% | - |
| XYZ | 55.52 | 62.53 | 23.05 | - |
| YUV | 201.55 | 74.64 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 107 | 0 | 0.05 | 0.52 | 0.13 | 54.21 | 0.63 | 0.64 |
| Hex | DD | D2 | 6B | 0 | 5 | 34 | D | 36 | 3F | 40 |
| Octal | 335 | 322 | 153 | 0 | 5 | 64 | 15 | 66 | 77 | 100 |
| Binary | 11011101 | 11010010 | 1101011 | 0 | 101 | 110100 | 1101 | 110110 | 111111 | 1000000 |
Color Harmonies of #DDD26B
Complementary color
Monochromatic Colors of #DDD26B
Black with #DDD26B
Text Example
Text Example
White with #DDD26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD26B; }
p { color: rgb(221,210,107); }
H1.HeaderClassName
{
color: #DDD26B;
}
.AnyTagClassName
{
color: #DDD26B;
}
</style>
background-color css
<style>
a { background-color: #DDD26B; }
a { background-color: rgb(221,210,107); }
div.DivClassName
{
background-color: #DDD26B;
}
.BgClassName
{
background-color: #DDD26B;
}
</style>
border-color css
<style>
span { border-color: #DDD26B; }
span { border-color: rgb(221,210,107); }
td.TdClassName
{
border-color: #DDD26B;
}
.TagClassName
{
border-color: #DDD26B;
}
</style>