Shades of Wild Rice #DACF74
Tints of Wild Rice #DACF74
RGB
CMYK
RGB Variations
Color information
#DACF74 (or 0xDACF74) is known color: Wild Rice. HEX triplet: DA, CF and 74. RGB value is (218,207,116). Sum of RGB (Red+Green+Blue) = 218+207+116=541 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.30% from 541); Green value is 207 (81.25% from 255 or 38.26% from 541); Blue value is 116 (45.70% from 255 or 21.44% from 541); Max value from RGB is 218 - color contains mainly: red. Hex color #DACF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DACF74 is #25308B. Grayscale: #C8C8C8. Windows color (decimal): -2437260 or 7655386. OLE color: 7655386.
HSL color Cylindrical-coordinate representation of color #DACF74: hue angle of 53.53º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DACF74 is Cyan = 0, Magento = 0.05, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 207 | 116 | - |
| CMYK | 0 | 0.05 | 0.47 | 0.15 |
| HSL | 53.53º | 0.58% | 0.65% | - |
| HSV(B) | 53.53º | 0.47% | 0.85% | - |
| XYZ | 54.38 | 60.79 | 25.39 | - |
| YUV | 199.92 | 80.64 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 207 | 116 | 0 | 0.05 | 0.47 | 0.15 | 53.53 | 0.58 | 0.65 |
| Hex | DA | CF | 74 | 0 | 5 | 2F | F | 36 | 3A | 41 |
| Octal | 332 | 317 | 164 | 0 | 5 | 57 | 17 | 66 | 72 | 101 |
| Binary | 11011010 | 11001111 | 1110100 | 0 | 101 | 101111 | 1111 | 110110 | 111010 | 1000001 |
Color Harmonies of #DACF74
Complementary color
Monochromatic Colors of #DACF74
Black with #DACF74
Text Example
Text Example
White with #DACF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DACF74; }
p { color: rgb(218,207,116); }
H1.HeaderClassName
{
color: #DACF74;
}
.AnyTagClassName
{
color: #DACF74;
}
</style>
background-color css
<style>
a { background-color: #DACF74; }
a { background-color: rgb(218,207,116); }
div.DivClassName
{
background-color: #DACF74;
}
.BgClassName
{
background-color: #DACF74;
}
</style>
border-color css
<style>
span { border-color: #DACF74; }
span { border-color: rgb(218,207,116); }
td.TdClassName
{
border-color: #DACF74;
}
.TagClassName
{
border-color: #DACF74;
}
</style>