Shades of Wild Rice #DBD375
Tints of Wild Rice #DBD375
RGB
CMYK
RGB Variations
Color information
#DBD375 (or 0xDBD375) is known color: Wild Rice. HEX triplet: DB, D3 and 75. RGB value is (219,211,117). Sum of RGB (Red+Green+Blue) = 219+211+117=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 211 (82.81% from 255 or 38.57% from 547); Blue value is 117 (46.09% from 255 or 21.39% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD375 is #242C8A. Grayscale: #CBCBCB. Windows color (decimal): -2370699 or 7721947. OLE color: 7721947.
HSL color Cylindrical-coordinate representation of color #DBD375: hue angle of 55.29º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBD375 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 211 | 117 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.14 |
| HSL | 55.29º | 0.59% | 0.66% | - |
| HSV(B) | 55.29º | 0.47% | 0.86% | - |
| XYZ | 55.72 | 62.93 | 26.04 | - |
| YUV | 202.68 | 79.65 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 211 | 117 | 0 | 0.04 | 0.47 | 0.14 | 55.29 | 0.59 | 0.66 |
| Hex | DB | D3 | 75 | 0 | 4 | 2F | E | 37 | 3B | 42 |
| Octal | 333 | 323 | 165 | 0 | 4 | 57 | 16 | 67 | 73 | 102 |
| Binary | 11011011 | 11010011 | 1110101 | 0 | 100 | 101111 | 1110 | 110111 | 111011 | 1000010 |
Color Harmonies of #DBD375
Complementary color
Monochromatic Colors of #DBD375
Black with #DBD375
Text Example
Text Example
White with #DBD375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD375; }
p { color: rgb(219,211,117); }
H1.HeaderClassName
{
color: #DBD375;
}
.AnyTagClassName
{
color: #DBD375;
}
</style>
background-color css
<style>
a { background-color: #DBD375; }
a { background-color: rgb(219,211,117); }
div.DivClassName
{
background-color: #DBD375;
}
.BgClassName
{
background-color: #DBD375;
}
</style>
border-color css
<style>
span { border-color: #DBD375; }
span { border-color: rgb(219,211,117); }
td.TdClassName
{
border-color: #DBD375;
}
.TagClassName
{
border-color: #DBD375;
}
</style>