Shades of Wild Rice #DBD172
Tints of Wild Rice #DBD172
RGB
CMYK
RGB Variations
Color information
#DBD172 (or 0xDBD172) is known color: Wild Rice. HEX triplet: DB, D1 and 72. RGB value is (219,209,114). Sum of RGB (Red+Green+Blue) = 219+209+114=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 209 (82.03% from 255 or 38.56% from 542); Blue value is 114 (44.92% from 255 or 21.03% from 542); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD172 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD172 is #242E8D. Grayscale: #C9C9C9. Windows color (decimal): -2371214 or 7524827. OLE color: 7524827.
HSL color Cylindrical-coordinate representation of color #DBD172: hue angle of 54.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DBD172 is Cyan = 0, Magento = 0.05, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 114 | - |
| CMYK | 0 | 0.05 | 0.48 | 0.14 |
| HSL | 54.29º | 0.59% | 0.65% | - |
| HSV(B) | 54.29º | 0.48% | 0.86% | - |
| XYZ | 55.05 | 61.88 | 24.96 | - |
| YUV | 201.16 | 78.81 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 114 | 0 | 0.05 | 0.48 | 0.14 | 54.29 | 0.59 | 0.65 |
| Hex | DB | D1 | 72 | 0 | 5 | 30 | E | 36 | 3B | 41 |
| Octal | 333 | 321 | 162 | 0 | 5 | 60 | 16 | 66 | 73 | 101 |
| Binary | 11011011 | 11010001 | 1110010 | 0 | 101 | 110000 | 1110 | 110110 | 111011 | 1000001 |
Color Harmonies of #DBD172
Complementary color
Monochromatic Colors of #DBD172
Black with #DBD172
Text Example
Text Example
White with #DBD172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD172; }
p { color: rgb(219,209,114); }
H1.HeaderClassName
{
color: #DBD172;
}
.AnyTagClassName
{
color: #DBD172;
}
</style>
background-color css
<style>
a { background-color: #DBD172; }
a { background-color: rgb(219,209,114); }
div.DivClassName
{
background-color: #DBD172;
}
.BgClassName
{
background-color: #DBD172;
}
</style>
border-color css
<style>
span { border-color: #DBD172; }
span { border-color: rgb(219,209,114); }
td.TdClassName
{
border-color: #DBD172;
}
.TagClassName
{
border-color: #DBD172;
}
</style>