Shades of Wild Rice #DBD477
Tints of Wild Rice #DBD477
RGB
CMYK
RGB Variations
Color information
#DBD477 (or 0xDBD477) is known color: Wild Rice. HEX triplet: DB, D4 and 77. RGB value is (219,212,119). Sum of RGB (Red+Green+Blue) = 219+212+119=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 212 (83.20% from 255 or 38.55% from 550); Blue value is 119 (46.88% from 255 or 21.64% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD477 is #242B88. Grayscale: #CBCBCB. Windows color (decimal): -2370441 or 7853275. OLE color: 7853275.
HSL color Cylindrical-coordinate representation of color #DBD477: hue angle of 55.8º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DBD477 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 119 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.14 |
| HSL | 55.8º | 0.58% | 0.66% | - |
| HSV(B) | 55.8º | 0.46% | 0.86% | - |
| XYZ | 56.09 | 63.48 | 26.75 | - |
| YUV | 203.49 | 80.32 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 119 | 0 | 0.03 | 0.46 | 0.14 | 55.8 | 0.58 | 0.66 |
| Hex | DB | D4 | 77 | 0 | 3 | 2E | E | 38 | 3A | 42 |
| Octal | 333 | 324 | 167 | 0 | 3 | 56 | 16 | 70 | 72 | 102 |
| Binary | 11011011 | 11010100 | 1110111 | 0 | 11 | 101110 | 1110 | 111000 | 111010 | 1000010 |
Color Harmonies of #DBD477
Complementary color
Monochromatic Colors of #DBD477
Black with #DBD477
Text Example
Text Example
White with #DBD477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD477; }
p { color: rgb(219,212,119); }
H1.HeaderClassName
{
color: #DBD477;
}
.AnyTagClassName
{
color: #DBD477;
}
</style>
background-color css
<style>
a { background-color: #DBD477; }
a { background-color: rgb(219,212,119); }
div.DivClassName
{
background-color: #DBD477;
}
.BgClassName
{
background-color: #DBD477;
}
</style>
border-color css
<style>
span { border-color: #DBD477; }
span { border-color: rgb(219,212,119); }
td.TdClassName
{
border-color: #DBD477;
}
.TagClassName
{
border-color: #DBD477;
}
</style>