Shades of Wild Rice #DBD578
Tints of Wild Rice #DBD578
RGB
CMYK
RGB Variations
Color information
#DBD578 (or 0xDBD578) is known color: Wild Rice. HEX triplet: DB, D5 and 78. RGB value is (219,213,120). Sum of RGB (Red+Green+Blue) = 219+213+120=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 213 (83.59% from 255 or 38.59% from 552); Blue value is 120 (47.27% from 255 or 21.74% from 552); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD578 is #242A87. Grayscale: #CCCCCC. Windows color (decimal): -2370184 or 7919067. OLE color: 7919067.
HSL color Cylindrical-coordinate representation of color #DBD578: hue angle of 56.36º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBD578 is Cyan = 0, Magento = 0.03, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 213 | 120 | - |
| CMYK | 0 | 0.03 | 0.45 | 0.14 |
| HSL | 56.36º | 0.58% | 0.66% | - |
| HSV(B) | 56.36º | 0.45% | 0.86% | - |
| XYZ | 56.4 | 64 | 27.15 | - |
| YUV | 204.19 | 80.49 | 138.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 213 | 120 | 0 | 0.03 | 0.45 | 0.14 | 56.36 | 0.58 | 0.66 |
| Hex | DB | D5 | 78 | 0 | 3 | 2D | E | 38 | 3A | 42 |
| Octal | 333 | 325 | 170 | 0 | 3 | 55 | 16 | 70 | 72 | 102 |
| Binary | 11011011 | 11010101 | 1111000 | 0 | 11 | 101101 | 1110 | 111000 | 111010 | 1000010 |
Color Harmonies of #DBD578
Complementary color
Monochromatic Colors of #DBD578
Black with #DBD578
Text Example
Text Example
White with #DBD578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBD578; }
p { color: rgb(219,213,120); }
H1.HeaderClassName
{
color: #DBD578;
}
.AnyTagClassName
{
color: #DBD578;
}
</style>
background-color css
<style>
a { background-color: #DBD578; }
a { background-color: rgb(219,213,120); }
div.DivClassName
{
background-color: #DBD578;
}
.BgClassName
{
background-color: #DBD578;
}
</style>
border-color css
<style>
span { border-color: #DBD578; }
span { border-color: rgb(219,213,120); }
td.TdClassName
{
border-color: #DBD578;
}
.TagClassName
{
border-color: #DBD578;
}
</style>