Shades of Wild Rice #DAD276
Tints of Wild Rice #DAD276
RGB
CMYK
RGB Variations
Color information
#DAD276 (or 0xDAD276) is known color: Wild Rice. HEX triplet: DA, D2 and 76. RGB value is (218,210,118). Sum of RGB (Red+Green+Blue) = 218+210+118=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 118 (46.48% from 255 or 21.61% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD276 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD276 is #252D89. Grayscale: #CACACA. Windows color (decimal): -2436490 or 7787226. OLE color: 7787226.
HSL color Cylindrical-coordinate representation of color #DAD276: hue angle of 55.2º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAD276 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 118 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.15 |
| HSL | 55.2º | 0.57% | 0.66% | - |
| HSV(B) | 55.2º | 0.46% | 0.85% | - |
| XYZ | 55.23 | 62.31 | 26.25 | - |
| YUV | 201.9 | 80.65 | 139.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 118 | 0 | 0.04 | 0.46 | 0.15 | 55.2 | 0.57 | 0.66 |
| Hex | DA | D2 | 76 | 0 | 4 | 2E | F | 37 | 39 | 42 |
| Octal | 332 | 322 | 166 | 0 | 4 | 56 | 17 | 67 | 71 | 102 |
| Binary | 11011010 | 11010010 | 1110110 | 0 | 100 | 101110 | 1111 | 110111 | 111001 | 1000010 |
Color Harmonies of #DAD276
Complementary color
Monochromatic Colors of #DAD276
Black with #DAD276
Text Example
Text Example
White with #DAD276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD276; }
p { color: rgb(218,210,118); }
H1.HeaderClassName
{
color: #DAD276;
}
.AnyTagClassName
{
color: #DAD276;
}
</style>
background-color css
<style>
a { background-color: #DAD276; }
a { background-color: rgb(218,210,118); }
div.DivClassName
{
background-color: #DAD276;
}
.BgClassName
{
background-color: #DAD276;
}
</style>
border-color css
<style>
span { border-color: #DAD276; }
span { border-color: rgb(218,210,118); }
td.TdClassName
{
border-color: #DAD276;
}
.TagClassName
{
border-color: #DAD276;
}
</style>