Shades of Wild Rice #DBD17A
Tints of Wild Rice #DBD17A
RGB
CMYK
RGB Variations
Color information
#DBD17A (or 0xDBD17A) is known color: Wild Rice. HEX triplet: DB, D1 and 7A. RGB value is (219,209,122). Sum of RGB (Red+Green+Blue) = 219+209+122=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 209 (82.03% from 255 or 38% from 550); Blue value is 122 (48.05% from 255 or 22.18% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD17A is #242E85. Grayscale: #CACACA. Windows color (decimal): -2371206 or 8049115. OLE color: 8049115.
HSL color Cylindrical-coordinate representation of color #DBD17A: hue angle of 53.81º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBD17A is Cyan = 0, Magento = 0.05, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 209 | 122 | - |
| CMYK | 0 | 0.05 | 0.44 | 0.14 |
| HSL | 53.81º | 0.57% | 0.67% | - |
| HSV(B) | 53.81º | 0.44% | 0.86% | - |
| XYZ | 55.53 | 62.07 | 27.47 | - |
| YUV | 202.07 | 82.81 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 209 | 122 | 0 | 0.05 | 0.44 | 0.14 | 53.81 | 0.57 | 0.67 |
| Hex | DB | D1 | 7A | 0 | 5 | 2C | E | 36 | 39 | 43 |
| Octal | 333 | 321 | 172 | 0 | 5 | 54 | 16 | 66 | 71 | 103 |
| Binary | 11011011 | 11010001 | 1111010 | 0 | 101 | 101100 | 1110 | 110110 | 111001 | 1000011 |
Color Harmonies of #DBD17A
Complementary color
Monochromatic Colors of #DBD17A
Black with #DBD17A
Text Example
Text Example
White with #DBD17A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD17A; }
p { color: rgb(219,209,122); }
H1.HeaderClassName
{
color: #DBD17A;
}
.AnyTagClassName
{
color: #DBD17A;
}
</style>
background-color css
<style>
a { background-color: #DBD17A; }
a { background-color: rgb(219,209,122); }
div.DivClassName
{
background-color: #DBD17A;
}
.BgClassName
{
background-color: #DBD17A;
}
</style>
border-color css
<style>
span { border-color: #DBD17A; }
span { border-color: rgb(219,209,122); }
td.TdClassName
{
border-color: #DBD17A;
}
.TagClassName
{
border-color: #DBD17A;
}
</style>