Shades of Wild Rice #DBD275
Tints of Wild Rice #DBD275
RGB
CMYK
RGB Variations
Color information
#DBD275 (or 0xDBD275) is known color: Wild Rice. HEX triplet: DB, D2 and 75. RGB value is (219,210,117). Sum of RGB (Red+Green+Blue) = 219+210+117=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 117 (46.09% from 255 or 21.43% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD275 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD275 is #242D8A. Grayscale: #CACACA. Windows color (decimal): -2370955 or 7721691. OLE color: 7721691.
HSL color Cylindrical-coordinate representation of color #DBD275: hue angle of 54.71º 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 #DBD275 is Cyan = 0, Magento = 0.04, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 117 | - |
| CMYK | 0 | 0.04 | 0.47 | 0.14 |
| HSL | 54.71º | 0.59% | 0.66% | - |
| HSV(B) | 54.71º | 0.47% | 0.86% | - |
| XYZ | 55.47 | 62.44 | 25.96 | - |
| YUV | 202.09 | 79.98 | 140.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 117 | 0 | 0.04 | 0.47 | 0.14 | 54.71 | 0.59 | 0.66 |
| Hex | DB | D2 | 75 | 0 | 4 | 2F | E | 37 | 3B | 42 |
| Octal | 333 | 322 | 165 | 0 | 4 | 57 | 16 | 67 | 73 | 102 |
| Binary | 11011011 | 11010010 | 1110101 | 0 | 100 | 101111 | 1110 | 110111 | 111011 | 1000010 |
Color Harmonies of #DBD275
Complementary color
Monochromatic Colors of #DBD275
Black with #DBD275
Text Example
Text Example
White with #DBD275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD275; }
p { color: rgb(219,210,117); }
H1.HeaderClassName
{
color: #DBD275;
}
.AnyTagClassName
{
color: #DBD275;
}
</style>
background-color css
<style>
a { background-color: #DBD275; }
a { background-color: rgb(219,210,117); }
div.DivClassName
{
background-color: #DBD275;
}
.BgClassName
{
background-color: #DBD275;
}
</style>
border-color css
<style>
span { border-color: #DBD275; }
span { border-color: rgb(219,210,117); }
td.TdClassName
{
border-color: #DBD275;
}
.TagClassName
{
border-color: #DBD275;
}
</style>