Shades of Wild Rice #DBD57C
Tints of Wild Rice #DBD57C
RGB
CMYK
RGB Variations
Color information
#DBD57C (or 0xDBD57C) is known color: Wild Rice. HEX triplet: DB, D5 and 7C. RGB value is (219,213,124). Sum of RGB (Red+Green+Blue) = 219+213+124=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 124 (48.83% from 255 or 22.30% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD57C is #242A83. Grayscale: #CDCDCD. Windows color (decimal): -2370180 or 8181211. OLE color: 8181211.
HSL color Cylindrical-coordinate representation of color #DBD57C: hue angle of 56.21º 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 #DBD57C is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 124 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.14 |
| HSL | 56.21º | 0.57% | 0.67% | - |
| HSV(B) | 56.21º | 0.43% | 0.86% | - |
| XYZ | 56.65 | 64.1 | 28.46 | - |
| YUV | 204.65 | 82.49 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 124 | 0 | 0.03 | 0.43 | 0.14 | 56.21 | 0.57 | 0.67 |
| Hex | DB | D5 | 7C | 0 | 3 | 2B | E | 38 | 39 | 43 |
| Octal | 333 | 325 | 174 | 0 | 3 | 53 | 16 | 70 | 71 | 103 |
| Binary | 11011011 | 11010101 | 1111100 | 0 | 11 | 101011 | 1110 | 111000 | 111001 | 1000011 |
Color Harmonies of #DBD57C
Complementary color
Monochromatic Colors of #DBD57C
Black with #DBD57C
Text Example
Text Example
White with #DBD57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD57C; }
p { color: rgb(219,213,124); }
H1.HeaderClassName
{
color: #DBD57C;
}
.AnyTagClassName
{
color: #DBD57C;
}
</style>
background-color css
<style>
a { background-color: #DBD57C; }
a { background-color: rgb(219,213,124); }
div.DivClassName
{
background-color: #DBD57C;
}
.BgClassName
{
background-color: #DBD57C;
}
</style>
border-color css
<style>
span { border-color: #DBD57C; }
span { border-color: rgb(219,213,124); }
td.TdClassName
{
border-color: #DBD57C;
}
.TagClassName
{
border-color: #DBD57C;
}
</style>