Shades of Wild Rice #DAD277
Tints of Wild Rice #DAD277
RGB
CMYK
RGB Variations
Color information
#DAD277 (or 0xDAD277) is known color: Wild Rice. HEX triplet: DA, D2 and 77. RGB value is (218,210,119). Sum of RGB (Red+Green+Blue) = 218+210+119=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 210 (82.42% from 255 or 38.39% from 547); Blue value is 119 (46.88% from 255 or 21.76% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD277 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD277 is #252D88. Grayscale: #CACACA. Windows color (decimal): -2436489 or 7852762. OLE color: 7852762.
HSL color Cylindrical-coordinate representation of color #DAD277: hue angle of 55.15º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAD277 is Cyan = 0, Magento = 0.04, Yellow = 0.45 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 119 | - |
| CMYK | 0 | 0.04 | 0.45 | 0.15 |
| HSL | 55.15º | 0.57% | 0.66% | - |
| HSV(B) | 55.15º | 0.45% | 0.85% | - |
| XYZ | 55.29 | 62.33 | 26.57 | - |
| YUV | 202.02 | 81.15 | 139.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 119 | 0 | 0.04 | 0.45 | 0.15 | 55.15 | 0.57 | 0.66 |
| Hex | DA | D2 | 77 | 0 | 4 | 2D | F | 37 | 39 | 42 |
| Octal | 332 | 322 | 167 | 0 | 4 | 55 | 17 | 67 | 71 | 102 |
| Binary | 11011010 | 11010010 | 1110111 | 0 | 100 | 101101 | 1111 | 110111 | 111001 | 1000010 |
Color Harmonies of #DAD277
Complementary color
Monochromatic Colors of #DAD277
Black with #DAD277
Text Example
Text Example
White with #DAD277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD277; }
p { color: rgb(218,210,119); }
H1.HeaderClassName
{
color: #DAD277;
}
.AnyTagClassName
{
color: #DAD277;
}
</style>
background-color css
<style>
a { background-color: #DAD277; }
a { background-color: rgb(218,210,119); }
div.DivClassName
{
background-color: #DAD277;
}
.BgClassName
{
background-color: #DAD277;
}
</style>
border-color css
<style>
span { border-color: #DAD277; }
span { border-color: rgb(218,210,119); }
td.TdClassName
{
border-color: #DAD277;
}
.TagClassName
{
border-color: #DAD277;
}
</style>