Shades of Wild Rice #DBD57F
Tints of Wild Rice #DBD57F
RGB
CMYK
RGB Variations
Color information
#DBD57F (or 0xDBD57F) is known color: Wild Rice. HEX triplet: DB, D5 and 7F. RGB value is (219,213,127). Sum of RGB (Red+Green+Blue) = 219+213+127=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 213 (83.59% from 255 or 38.10% from 559); Blue value is 127 (50% from 255 or 22.72% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD57F is #242A80. Grayscale: #CDCDCD. Windows color (decimal): -2370177 or 8377819. OLE color: 8377819.
HSL color Cylindrical-coordinate representation of color #DBD57F: hue angle of 56.09º 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 #DBD57F is Cyan = 0, Magento = 0.03, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 127 | - |
| CMYK | 0 | 0.03 | 0.42 | 0.14 |
| HSL | 56.09º | 0.56% | 0.68% | - |
| HSV(B) | 56.09º | 0.42% | 0.86% | - |
| XYZ | 56.84 | 64.18 | 29.47 | - |
| YUV | 204.99 | 83.99 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 127 | 0 | 0.03 | 0.42 | 0.14 | 56.09 | 0.56 | 0.68 |
| Hex | DB | D5 | 7F | 0 | 3 | 2A | E | 38 | 38 | 44 |
| Octal | 333 | 325 | 177 | 0 | 3 | 52 | 16 | 70 | 70 | 104 |
| Binary | 11011011 | 11010101 | 1111111 | 0 | 11 | 101010 | 1110 | 111000 | 111000 | 1000100 |
Color Harmonies of #DBD57F
Complementary color
Monochromatic Colors of #DBD57F
Black with #DBD57F
Text Example
Text Example
White with #DBD57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD57F; }
p { color: rgb(219,213,127); }
H1.HeaderClassName
{
color: #DBD57F;
}
.AnyTagClassName
{
color: #DBD57F;
}
</style>
background-color css
<style>
a { background-color: #DBD57F; }
a { background-color: rgb(219,213,127); }
div.DivClassName
{
background-color: #DBD57F;
}
.BgClassName
{
background-color: #DBD57F;
}
</style>
border-color css
<style>
span { border-color: #DBD57F; }
span { border-color: rgb(219,213,127); }
td.TdClassName
{
border-color: #DBD57F;
}
.TagClassName
{
border-color: #DBD57F;
}
</style>