Shades of Wild Rice #DAD47C
Tints of Wild Rice #DAD47C
RGB
CMYK
RGB Variations
Color information
#DAD47C (or 0xDAD47C) is known color: Wild Rice. HEX triplet: DA, D4 and 7C. RGB value is (218,212,124). Sum of RGB (Red+Green+Blue) = 218+212+124=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 212 (83.20% from 255 or 38.27% from 554); Blue value is 124 (48.83% from 255 or 22.38% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAD47C is #252B83. Grayscale: #CCCCCC. Windows color (decimal): -2435972 or 8180954. OLE color: 8180954.
HSL color Cylindrical-coordinate representation of color #DAD47C: hue angle of 56.17º 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 #DAD47C is Cyan = 0, Magento = 0.03, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 212 | 124 | - |
| CMYK | 0 | 0.03 | 0.43 | 0.15 |
| HSL | 56.17º | 0.56% | 0.67% | - |
| HSV(B) | 56.17º | 0.43% | 0.85% | - |
| XYZ | 56.1 | 63.45 | 28.36 | - |
| YUV | 203.76 | 82.99 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 212 | 124 | 0 | 0.03 | 0.43 | 0.15 | 56.17 | 0.56 | 0.67 |
| Hex | DA | D4 | 7C | 0 | 3 | 2B | F | 38 | 38 | 43 |
| Octal | 332 | 324 | 174 | 0 | 3 | 53 | 17 | 70 | 70 | 103 |
| Binary | 11011010 | 11010100 | 1111100 | 0 | 11 | 101011 | 1111 | 111000 | 111000 | 1000011 |
Color Harmonies of #DAD47C
Complementary color
Monochromatic Colors of #DAD47C
Black with #DAD47C
Text Example
Text Example
White with #DAD47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD47C; }
p { color: rgb(218,212,124); }
H1.HeaderClassName
{
color: #DAD47C;
}
.AnyTagClassName
{
color: #DAD47C;
}
</style>
background-color css
<style>
a { background-color: #DAD47C; }
a { background-color: rgb(218,212,124); }
div.DivClassName
{
background-color: #DAD47C;
}
.BgClassName
{
background-color: #DAD47C;
}
</style>
border-color css
<style>
span { border-color: #DAD47C; }
span { border-color: rgb(218,212,124); }
td.TdClassName
{
border-color: #DAD47C;
}
.TagClassName
{
border-color: #DAD47C;
}
</style>