Shades of Wild Rice #DAD57C
Tints of Wild Rice #DAD57C
RGB
CMYK
RGB Variations
Color information
#DAD57C (or 0xDAD57C) is known color: Wild Rice. HEX triplet: DA, D5 and 7C. RGB value is (218,213,124). Sum of RGB (Red+Green+Blue) = 218+213+124=555 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.28% from 555); Green value is 213 (83.59% from 255 or 38.38% from 555); Blue value is 124 (48.83% from 255 or 22.34% from 555); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD57C is #252A83. Grayscale: #CCCCCC. Windows color (decimal): -2435716 or 8181210. OLE color: 8181210.
HSL color Cylindrical-coordinate representation of color #DAD57C: hue angle of 56.81º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DAD57C is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 213 | 124 | - |
| CMYK | 0 | 0.02 | 0.43 | 0.15 |
| HSL | 56.81º | 0.56% | 0.67% | - |
| HSV(B) | 56.81º | 0.43% | 0.85% | - |
| XYZ | 56.35 | 63.95 | 28.44 | - |
| YUV | 204.35 | 82.66 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 213 | 124 | 0 | 0.02 | 0.43 | 0.15 | 56.81 | 0.56 | 0.67 |
| Hex | DA | D5 | 7C | 0 | 2 | 2B | F | 39 | 38 | 43 |
| Octal | 332 | 325 | 174 | 0 | 2 | 53 | 17 | 71 | 70 | 103 |
| Binary | 11011010 | 11010101 | 1111100 | 0 | 10 | 101011 | 1111 | 111001 | 111000 | 1000011 |
Color Harmonies of #DAD57C
Complementary color
Monochromatic Colors of #DAD57C
Black with #DAD57C
Text Example
Text Example
White with #DAD57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD57C; }
p { color: rgb(218,213,124); }
H1.HeaderClassName
{
color: #DAD57C;
}
.AnyTagClassName
{
color: #DAD57C;
}
</style>
background-color css
<style>
a { background-color: #DAD57C; }
a { background-color: rgb(218,213,124); }
div.DivClassName
{
background-color: #DAD57C;
}
.BgClassName
{
background-color: #DAD57C;
}
</style>
border-color css
<style>
span { border-color: #DAD57C; }
span { border-color: rgb(218,213,124); }
td.TdClassName
{
border-color: #DAD57C;
}
.TagClassName
{
border-color: #DAD57C;
}
</style>