Shades of Wild Rice #DBD47F
Tints of Wild Rice #DBD47F
RGB
CMYK
RGB Variations
Color information
#DBD47F (or 0xDBD47F) is known color: Wild Rice. HEX triplet: DB, D4 and 7F. RGB value is (219,212,127). Sum of RGB (Red+Green+Blue) = 219+212+127=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 212 (83.20% from 255 or 37.99% from 558); Blue value is 127 (50% from 255 or 22.76% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD47F is #242B80. Grayscale: #CCCCCC. Windows color (decimal): -2370433 or 8377563. OLE color: 8377563.
HSL color Cylindrical-coordinate representation of color #DBD47F: hue angle of 55.43º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBD47F is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 212 | 127 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.14 |
| HSL | 55.43º | 0.56% | 0.68% | - |
| HSV(B) | 55.43º | 0.42% | 0.86% | - |
| XYZ | 56.59 | 63.68 | 29.39 | - |
| YUV | 204.4 | 84.32 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 212 | 127 | 0 | 0.03 | 0.42 | 0.14 | 55.43 | 0.56 | 0.68 |
| Hex | DB | D4 | 7F | 0 | 3 | 2A | E | 37 | 38 | 44 |
| Octal | 333 | 324 | 177 | 0 | 3 | 52 | 16 | 67 | 70 | 104 |
| Binary | 11011011 | 11010100 | 1111111 | 0 | 11 | 101010 | 1110 | 110111 | 111000 | 1000100 |
Color Harmonies of #DBD47F
Complementary color
Monochromatic Colors of #DBD47F
Black with #DBD47F
Text Example
Text Example
White with #DBD47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD47F; }
p { color: rgb(219,212,127); }
H1.HeaderClassName
{
color: #DBD47F;
}
.AnyTagClassName
{
color: #DBD47F;
}
</style>
background-color css
<style>
a { background-color: #DBD47F; }
a { background-color: rgb(219,212,127); }
div.DivClassName
{
background-color: #DBD47F;
}
.BgClassName
{
background-color: #DBD47F;
}
</style>
border-color css
<style>
span { border-color: #DBD47F; }
span { border-color: rgb(219,212,127); }
td.TdClassName
{
border-color: #DBD47F;
}
.TagClassName
{
border-color: #DBD47F;
}
</style>