Shades of Wild Rice #DDD57B
Tints of Wild Rice #DDD57B
RGB
CMYK
RGB Variations
Color information
#DDD57B (or 0xDDD57B) is known color: Wild Rice. HEX triplet: DD, D5 and 7B. RGB value is (221,213,123). Sum of RGB (Red+Green+Blue) = 221+213+123=557 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.68% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 123 (48.44% from 255 or 22.08% from 557); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDD57B is #222A84. Grayscale: #CDCDCD. Windows color (decimal): -2239109 or 8115677. OLE color: 8115677.
HSL color Cylindrical-coordinate representation of color #DDD57B: hue angle of 55.1º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDD57B is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 213 | 123 | - |
| CMYK | 0 | 0.04 | 0.44 | 0.13 |
| HSL | 55.1º | 0.59% | 0.67% | - |
| HSV(B) | 55.1º | 0.44% | 0.87% | - |
| XYZ | 57.19 | 64.39 | 28.15 | - |
| YUV | 205.13 | 81.65 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 213 | 123 | 0 | 0.04 | 0.44 | 0.13 | 55.1 | 0.59 | 0.67 |
| Hex | DD | D5 | 7B | 0 | 4 | 2C | D | 37 | 3B | 43 |
| Octal | 335 | 325 | 173 | 0 | 4 | 54 | 15 | 67 | 73 | 103 |
| Binary | 11011101 | 11010101 | 1111011 | 0 | 100 | 101100 | 1101 | 110111 | 111011 | 1000011 |
Color Harmonies of #DDD57B
Complementary color
Monochromatic Colors of #DDD57B
Black with #DDD57B
Text Example
Text Example
White with #DDD57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDD57B; }
p { color: rgb(221,213,123); }
H1.HeaderClassName
{
color: #DDD57B;
}
.AnyTagClassName
{
color: #DDD57B;
}
</style>
background-color css
<style>
a { background-color: #DDD57B; }
a { background-color: rgb(221,213,123); }
div.DivClassName
{
background-color: #DDD57B;
}
.BgClassName
{
background-color: #DDD57B;
}
</style>
border-color css
<style>
span { border-color: #DDD57B; }
span { border-color: rgb(221,213,123); }
td.TdClassName
{
border-color: #DDD57B;
}
.TagClassName
{
border-color: #DDD57B;
}
</style>