Shades of Wild Rice #DBD781
Tints of Wild Rice #DBD781
RGB
CMYK
RGB Variations
Color information
#DBD781 (or 0xDBD781) is known color: Wild Rice. HEX triplet: DB, D7 and 81. RGB value is (219,215,129). Sum of RGB (Red+Green+Blue) = 219+215+129=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 129 (50.78% from 255 or 22.91% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD781 is #24287E. Grayscale: #CECECE. Windows color (decimal): -2369663 or 8509403. OLE color: 8509403.
HSL color Cylindrical-coordinate representation of color #DBD781: hue angle of 57.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBD781 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 215 | 129 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.14 |
| HSL | 57.33º | 0.56% | 0.68% | - |
| HSV(B) | 57.33º | 0.41% | 0.86% | - |
| XYZ | 57.48 | 65.25 | 30.33 | - |
| YUV | 206.39 | 84.33 | 136.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 215 | 129 | 0 | 0.02 | 0.41 | 0.14 | 57.33 | 0.56 | 0.68 |
| Hex | DB | D7 | 81 | 0 | 2 | 29 | E | 39 | 38 | 44 |
| Octal | 333 | 327 | 201 | 0 | 2 | 51 | 16 | 71 | 70 | 104 |
| Binary | 11011011 | 11010111 | 10000001 | 0 | 10 | 101001 | 1110 | 111001 | 111000 | 1000100 |
Color Harmonies of #DBD781
Complementary color
Monochromatic Colors of #DBD781
Black with #DBD781
Text Example
Text Example
White with #DBD781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD781; }
p { color: rgb(219,215,129); }
H1.HeaderClassName
{
color: #DBD781;
}
.AnyTagClassName
{
color: #DBD781;
}
</style>
background-color css
<style>
a { background-color: #DBD781; }
a { background-color: rgb(219,215,129); }
div.DivClassName
{
background-color: #DBD781;
}
.BgClassName
{
background-color: #DBD781;
}
</style>
border-color css
<style>
span { border-color: #DBD781; }
span { border-color: rgb(219,215,129); }
td.TdClassName
{
border-color: #DBD781;
}
.TagClassName
{
border-color: #DBD781;
}
</style>