Shades of Wild Rice #DDD572
Tints of Wild Rice #DDD572
RGB
CMYK
RGB Variations
Color information
#DDD572 (or 0xDDD572) is known color: Wild Rice. HEX triplet: DD, D5 and 72. RGB value is (221,213,114). Sum of RGB (Red+Green+Blue) = 221+213+114=548 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.33% from 548); Green value is 213 (83.59% from 255 or 38.87% from 548); Blue value is 114 (44.92% from 255 or 20.80% from 548); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD572 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD572 is #222A8D. Grayscale: #CCCCCC. Windows color (decimal): -2239118 or 7525853. OLE color: 7525853.
HSL color Cylindrical-coordinate representation of color #DDD572: hue angle of 55.51º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDD572 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 114 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.13 |
| HSL | 55.51º | 0.61% | 0.66% | - |
| HSV(B) | 55.51º | 0.48% | 0.87% | - |
| XYZ | 56.65 | 64.18 | 25.32 | - |
| YUV | 204.11 | 77.15 | 140.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 114 | 0 | 0.04 | 0.48 | 0.13 | 55.51 | 0.61 | 0.66 |
| Hex | DD | D5 | 72 | 0 | 4 | 30 | D | 38 | 3D | 42 |
| Octal | 335 | 325 | 162 | 0 | 4 | 60 | 15 | 70 | 75 | 102 |
| Binary | 11011101 | 11010101 | 1110010 | 0 | 100 | 110000 | 1101 | 111000 | 111101 | 1000010 |
Color Harmonies of #DDD572
Complementary color
Monochromatic Colors of #DDD572
Black with #DDD572
Text Example
Text Example
White with #DDD572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD572; }
p { color: rgb(221,213,114); }
H1.HeaderClassName
{
color: #DDD572;
}
.AnyTagClassName
{
color: #DDD572;
}
</style>
background-color css
<style>
a { background-color: #DDD572; }
a { background-color: rgb(221,213,114); }
div.DivClassName
{
background-color: #DDD572;
}
.BgClassName
{
background-color: #DDD572;
}
</style>
border-color css
<style>
span { border-color: #DDD572; }
span { border-color: rgb(221,213,114); }
td.TdClassName
{
border-color: #DDD572;
}
.TagClassName
{
border-color: #DDD572;
}
</style>