Shades of Wild Rice #DBD57A
Tints of Wild Rice #DBD57A
RGB
CMYK
RGB Variations
Color information
#DBD57A (or 0xDBD57A) is known color: Wild Rice. HEX triplet: DB, D5 and 7A. RGB value is (219,213,122). Sum of RGB (Red+Green+Blue) = 219+213+122=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 213 (83.59% from 255 or 38.45% from 554); Blue value is 122 (48.05% from 255 or 22.02% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD57A is #242A85. Grayscale: #CCCCCC. Windows color (decimal): -2370182 or 8050139. OLE color: 8050139.
HSL color Cylindrical-coordinate representation of color #DBD57A: hue angle of 56.29º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBD57A is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 122 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.14 |
| HSL | 56.29º | 0.57% | 0.67% | - |
| HSV(B) | 56.29º | 0.44% | 0.86% | - |
| XYZ | 56.52 | 64.05 | 27.8 | - |
| YUV | 204.42 | 81.49 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 122 | 0 | 0.03 | 0.44 | 0.14 | 56.29 | 0.57 | 0.67 |
| Hex | DB | D5 | 7A | 0 | 3 | 2C | E | 38 | 39 | 43 |
| Octal | 333 | 325 | 172 | 0 | 3 | 54 | 16 | 70 | 71 | 103 |
| Binary | 11011011 | 11010101 | 1111010 | 0 | 11 | 101100 | 1110 | 111000 | 111001 | 1000011 |
Color Harmonies of #DBD57A
Complementary color
Monochromatic Colors of #DBD57A
Black with #DBD57A
Text Example
Text Example
White with #DBD57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD57A; }
p { color: rgb(219,213,122); }
H1.HeaderClassName
{
color: #DBD57A;
}
.AnyTagClassName
{
color: #DBD57A;
}
</style>
background-color css
<style>
a { background-color: #DBD57A; }
a { background-color: rgb(219,213,122); }
div.DivClassName
{
background-color: #DBD57A;
}
.BgClassName
{
background-color: #DBD57A;
}
</style>
border-color css
<style>
span { border-color: #DBD57A; }
span { border-color: rgb(219,213,122); }
td.TdClassName
{
border-color: #DBD57A;
}
.TagClassName
{
border-color: #DBD57A;
}
</style>