Shades of Wild Rice #DBD272
Tints of Wild Rice #DBD272
RGB
CMYK
RGB Variations
Color information
#DBD272 (or 0xDBD272) is known color: Wild Rice. HEX triplet: DB, D2 and 72. RGB value is (219,210,114). Sum of RGB (Red+Green+Blue) = 219+210+114=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 114 (44.92% from 255 or 20.99% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD272 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD272 is #242D8D. Grayscale: #CACACA. Windows color (decimal): -2370958 or 7525083. OLE color: 7525083.
HSL color Cylindrical-coordinate representation of color #DBD272: hue angle of 54.86º 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 #DBD272 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 210 | 114 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.14 |
| HSL | 54.86º | 0.59% | 0.65% | - |
| HSV(B) | 54.86º | 0.48% | 0.86% | - |
| XYZ | 55.3 | 62.37 | 25.04 | - |
| YUV | 201.75 | 78.48 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 210 | 114 | 0 | 0.04 | 0.48 | 0.14 | 54.86 | 0.59 | 0.65 |
| Hex | DB | D2 | 72 | 0 | 4 | 30 | E | 37 | 3B | 41 |
| Octal | 333 | 322 | 162 | 0 | 4 | 60 | 16 | 67 | 73 | 101 |
| Binary | 11011011 | 11010010 | 1110010 | 0 | 100 | 110000 | 1110 | 110111 | 111011 | 1000001 |
Color Harmonies of #DBD272
Complementary color
Monochromatic Colors of #DBD272
Black with #DBD272
Text Example
Text Example
White with #DBD272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD272; }
p { color: rgb(219,210,114); }
H1.HeaderClassName
{
color: #DBD272;
}
.AnyTagClassName
{
color: #DBD272;
}
</style>
background-color css
<style>
a { background-color: #DBD272; }
a { background-color: rgb(219,210,114); }
div.DivClassName
{
background-color: #DBD272;
}
.BgClassName
{
background-color: #DBD272;
}
</style>
border-color css
<style>
span { border-color: #DBD272; }
span { border-color: rgb(219,210,114); }
td.TdClassName
{
border-color: #DBD272;
}
.TagClassName
{
border-color: #DBD272;
}
</style>