Shades of Wild Rice #DDD57E
Tints of Wild Rice #DDD57E
RGB
CMYK
RGB Variations
Color information
#DDD57E (or 0xDDD57E) is known color: Wild Rice. HEX triplet: DD, D5 and 7E. RGB value is (221,213,126). Sum of RGB (Red+Green+Blue) = 221+213+126=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 126 (49.61% from 255 or 22.5% from 560); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD57E is #222A81. Grayscale: #CDCDCD. Windows color (decimal): -2239106 or 8312285. OLE color: 8312285.
HSL color Cylindrical-coordinate representation of color #DDD57E: hue angle of 54.95º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDD57E is Cyan = 0, Magento = 0.04, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 126 | - |
| CMYK | 0 | 0.04 | 0.43 | 0.13 |
| HSL | 54.95º | 0.58% | 0.68% | - |
| HSV(B) | 54.95º | 0.43% | 0.87% | - |
| XYZ | 57.38 | 64.47 | 29.16 | - |
| YUV | 205.47 | 83.15 | 139.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 126 | 0 | 0.04 | 0.43 | 0.13 | 54.95 | 0.58 | 0.68 |
| Hex | DD | D5 | 7E | 0 | 4 | 2B | D | 37 | 3A | 44 |
| Octal | 335 | 325 | 176 | 0 | 4 | 53 | 15 | 67 | 72 | 104 |
| Binary | 11011101 | 11010101 | 1111110 | 0 | 100 | 101011 | 1101 | 110111 | 111010 | 1000100 |
Color Harmonies of #DDD57E
Complementary color
Monochromatic Colors of #DDD57E
Black with #DDD57E
Text Example
Text Example
White with #DDD57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD57E; }
p { color: rgb(221,213,126); }
H1.HeaderClassName
{
color: #DDD57E;
}
.AnyTagClassName
{
color: #DDD57E;
}
</style>
background-color css
<style>
a { background-color: #DDD57E; }
a { background-color: rgb(221,213,126); }
div.DivClassName
{
background-color: #DDD57E;
}
.BgClassName
{
background-color: #DDD57E;
}
</style>
border-color css
<style>
span { border-color: #DDD57E; }
span { border-color: rgb(221,213,126); }
td.TdClassName
{
border-color: #DDD57E;
}
.TagClassName
{
border-color: #DDD57E;
}
</style>