Shades of Wild Rice #DBD57D
Tints of Wild Rice #DBD57D
RGB
CMYK
RGB Variations
Color information
#DBD57D (or 0xDBD57D) is known color: Wild Rice. HEX triplet: DB, D5 and 7D. RGB value is (219,213,125). Sum of RGB (Red+Green+Blue) = 219+213+125=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 125 (49.22% from 255 or 22.44% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD57D is #242A82. Grayscale: #CDCDCD. Windows color (decimal): -2370179 or 8246747. OLE color: 8246747.
HSL color Cylindrical-coordinate representation of color #DBD57D: hue angle of 56.17º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBD57D is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 125 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.14 |
| HSL | 56.17º | 0.57% | 0.67% | - |
| HSV(B) | 56.17º | 0.43% | 0.86% | - |
| XYZ | 56.71 | 64.13 | 28.79 | - |
| YUV | 204.76 | 82.99 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 125 | 0 | 0.03 | 0.43 | 0.14 | 56.17 | 0.57 | 0.67 |
| Hex | DB | D5 | 7D | 0 | 3 | 2B | E | 38 | 39 | 43 |
| Octal | 333 | 325 | 175 | 0 | 3 | 53 | 16 | 70 | 71 | 103 |
| Binary | 11011011 | 11010101 | 1111101 | 0 | 11 | 101011 | 1110 | 111000 | 111001 | 1000011 |
Color Harmonies of #DBD57D
Complementary color
Monochromatic Colors of #DBD57D
Black with #DBD57D
Text Example
Text Example
White with #DBD57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD57D; }
p { color: rgb(219,213,125); }
H1.HeaderClassName
{
color: #DBD57D;
}
.AnyTagClassName
{
color: #DBD57D;
}
</style>
background-color css
<style>
a { background-color: #DBD57D; }
a { background-color: rgb(219,213,125); }
div.DivClassName
{
background-color: #DBD57D;
}
.BgClassName
{
background-color: #DBD57D;
}
</style>
border-color css
<style>
span { border-color: #DBD57D; }
span { border-color: rgb(219,213,125); }
td.TdClassName
{
border-color: #DBD57D;
}
.TagClassName
{
border-color: #DBD57D;
}
</style>