Shades of Wild Rice #DDD270
Tints of Wild Rice #DDD270
RGB
CMYK
RGB Variations
Color information
#DDD270 (or 0xDDD270) is known color: Wild Rice. HEX triplet: DD, D2 and 70. RGB value is (221,210,112). Sum of RGB (Red+Green+Blue) = 221+210+112=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD270 is #222D8F. Grayscale: #CACACA. Windows color (decimal): -2239888 or 7394013. OLE color: 7394013.
HSL color Cylindrical-coordinate representation of color #DDD270: hue angle of 53.94º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDD270 is Cyan = 0, Magento = 0.05, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 210 | 112 | - |
| CMYK | 0 | 0.05 | 0.49 | 0.13 |
| HSL | 53.94º | 0.62% | 0.65% | - |
| HSV(B) | 53.94º | 0.49% | 0.87% | - |
| XYZ | 55.79 | 62.64 | 24.48 | - |
| YUV | 202.12 | 77.14 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 210 | 112 | 0 | 0.05 | 0.49 | 0.13 | 53.94 | 0.62 | 0.65 |
| Hex | DD | D2 | 70 | 0 | 5 | 31 | D | 36 | 3E | 41 |
| Octal | 335 | 322 | 160 | 0 | 5 | 61 | 15 | 66 | 76 | 101 |
| Binary | 11011101 | 11010010 | 1110000 | 0 | 101 | 110001 | 1101 | 110110 | 111110 | 1000001 |
Color Harmonies of #DDD270
Complementary color
Monochromatic Colors of #DDD270
Black with #DDD270
Text Example
Text Example
White with #DDD270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD270; }
p { color: rgb(221,210,112); }
H1.HeaderClassName
{
color: #DDD270;
}
.AnyTagClassName
{
color: #DDD270;
}
</style>
background-color css
<style>
a { background-color: #DDD270; }
a { background-color: rgb(221,210,112); }
div.DivClassName
{
background-color: #DDD270;
}
.BgClassName
{
background-color: #DDD270;
}
</style>
border-color css
<style>
span { border-color: #DDD270; }
span { border-color: rgb(221,210,112); }
td.TdClassName
{
border-color: #DDD270;
}
.TagClassName
{
border-color: #DDD270;
}
</style>